#37969e

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

Shades of Scooter #37969E

Tints of Scooter #37969E

Color information

#37969E (or 0x37969E) is unknown color: approx Scooter. HEX triplet: 37, 96 and 9E. RGB value is (55,150,158). Sum of RGB (Red+Green+Blue) = 55+150+158=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #37969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37969E is #C86961. Grayscale: #7A7A7A. Windows color (decimal): -13134178 or 10393143. OLE color: 10393143.

HSL color Cylindrical-coordinate representation of color #37969E: hue angle of 184.66º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37969E is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB55150158-
CMYK0.650.0500.38
HSL184.66º48.36%41.76%-
HSV(B)184.66º65.19%61.96%-
XYZ18.6525.0936.21-
YUV122.51148.0379.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.15%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=15.15%
G=41.32%
B=43.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551501580.650.0500.38184.6648.3641.76
Hex37969E415026b9302a
Octal6722623610150462716052
Binary11011110010110100111101000001101010011010111001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37969e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37969e; }

 p { color: rgb(55,150,158); }

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

<style>
 a { background-color: #37969e; }

 a { background-color: rgb(55,150,158); }

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

<style>
 span { border-color: #37969e; }

 span { border-color: rgb(55,150,158); }

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