#317E9A

Color #317E9A Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #317E9A

Tints of Scooter #317E9A

Color information

#317E9A (or 0x317E9A) is unknown color: approx Scooter. HEX triplet: 31, 7E and 9A. RGB value is (49,126,154). Sum of RGB (Red+Green+Blue) = 49+126+154=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #317E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317E9A is #CE8165. Grayscale: #696969. Windows color (decimal): -13533542 or 10124849. OLE color: 10124849.

HSL color Cylindrical-coordinate representation of color #317E9A: hue angle of 196º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #317E9A is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB49126154-
CMYK0.680.1800.40
HSL196º51.72%39.8%-
HSV(B)196º68.18%60.39%-
XYZ14.5617.9133.26-
YUV106.17154.9987.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 14.89%
GREEN value IS 126 (49.61% from 255) = 38.30%
BLUE value IS 154 (60.55% from 255) = 46.81%
R=14.89%
G=38.30%
B=46.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491261540.680.1800.4019651.7239.8
Hex317E9A4412028c43428
Octal61176232104220503046450
Binary110001111111010011010100010010010010100011000100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317E9A; }

 p { color: rgb(49,126,154); }

 H1.HeaderClassName
 {
   color: #317E9A;
 }
 .AnyTagClassName
 {
   color: #317E9A;
 }
</style>
background-color css

<style>
 a { background-color: #317E9A; }

 a { background-color: rgb(49,126,154); }

 div.DivClassName
 {
   background-color: #317E9A;
 }
 .BgClassName
 {
   background-color: #317E9A;
 }
</style>
border-color css

<style>
 span { border-color: #317E9A; }

 span { border-color: rgb(49,126,154); }

 td.TdClassName
 {
   border-color: #317E9A;
 }
 .TagClassName
 {
   border-color: #317E9A;
 }
</style>