#31899C

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

Shades of Scooter #31899C

Tints of Scooter #31899C

Color information

#31899C (or 0x31899C) is unknown color: approx Scooter. HEX triplet: 31, 89 and 9C. RGB value is (49,137,156). Sum of RGB (Red+Green+Blue) = 49+137+156=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #31899C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31899C is #CE7663. Grayscale: #707070. Windows color (decimal): -13530724 or 10258737. OLE color: 10258737.

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

Color convert

RGB49137156-
CMYK0.690.1200.39
HSL190.65º52.2%40.2%-
HSV(B)190.65º68.59%61.18%-
XYZ16.2120.9434.64-
YUV112.85152.3582.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.33%
GREEN value IS 137 (53.91% from 255) = 40.06%
BLUE value IS 156 (61.33% from 255) = 45.61%
R=14.33%
G=40.06%
B=45.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491371560.690.1200.39190.6552.240.2
Hex31899C45C027bf3428
Octal61211234105140472776450
Binary110001100010011001110010001011100010011110111111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31899C; }

 p { color: rgb(49,137,156); }

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

<style>
 a { background-color: #31899C; }

 a { background-color: rgb(49,137,156); }

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

<style>
 span { border-color: #31899C; }

 span { border-color: rgb(49,137,156); }

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