#31889D

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

Shades of Scooter #31889D

Tints of Scooter #31889D

Color information

#31889D (or 0x31889D) is unknown color: approx Scooter. HEX triplet: 31, 88 and 9D. RGB value is (49,136,157). Sum of RGB (Red+Green+Blue) = 49+136+157=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #31889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31889D is #CE7762. Grayscale: #707070. Windows color (decimal): -13530979 or 10324017. OLE color: 10324017.

HSL color Cylindrical-coordinate representation of color #31889D: hue angle of 191.67º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31889D is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB49136157-
CMYK0.690.1300.38
HSL191.67º52.43%40.39%-
HSV(B)191.67º68.79%61.57%-
XYZ16.1620.735.04-
YUV112.38153.1882.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.33%
GREEN value IS 136 (53.52% from 255) = 39.77%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=14.33%
G=39.77%
B=45.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491361570.690.1300.38191.6752.4340.39
Hex31889D45D026c03428
Octal61210235105150463006450
Binary110001100010001001110110001011101010011011000000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31889D; }

 p { color: rgb(49,136,157); }

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

<style>
 a { background-color: #31889D; }

 a { background-color: rgb(49,136,157); }

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

<style>
 span { border-color: #31889D; }

 span { border-color: rgb(49,136,157); }

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