#317E9B

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

Shades of Scooter #317E9B

Tints of Scooter #317E9B

Color information

#317E9B (or 0x317E9B) is unknown color: approx Scooter. HEX triplet: 31, 7E and 9B. RGB value is (49,126,155). Sum of RGB (Red+Green+Blue) = 49+126+155=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #317E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317E9B is #CE8164. Grayscale: #6A6A6A. Windows color (decimal): -13533541 or 10190385. OLE color: 10190385.

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

Color convert

RGB49126155-
CMYK0.680.1900.39
HSL196.42º51.96%40%-
HSV(B)196.42º68.39%60.78%-
XYZ14.6417.9433.7-
YUV106.28155.4987.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.85%
GREEN value IS 126 (49.61% from 255) = 38.18%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=14.85%
G=38.18%
B=46.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491261550.680.1900.39196.4251.9640
Hex317E9B4413027c43428
Octal61176233104230473046450
Binary110001111111010011011100010010011010011111000100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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