#36969F

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

Shades of Scooter #36969F

Tints of Scooter #36969F

Color information

#36969F (or 0x36969F) is unknown color: approx Scooter. HEX triplet: 36, 96 and 9F. RGB value is (54,150,159). Sum of RGB (Red+Green+Blue) = 54+150+159=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #36969F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36969F is #C96960. Grayscale: #7A7A7A. Windows color (decimal): -13199713 or 10458678. OLE color: 10458678.

HSL color Cylindrical-coordinate representation of color #36969F: hue angle of 185.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36969F is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB54150159-
CMYK0.660.0600.38
HSL185.14º49.3%41.76%-
HSV(B)185.14º66.04%62.35%-
XYZ18.6925.136.66-
YUV122.32148.779.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.88%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=14.88%
G=41.32%
B=43.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541501590.660.0600.38185.1449.341.76
Hex36969F426026b9312a
Octal6622623710260462716152
Binary11011010010110100111111000010110010011010111001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36969F; }

 p { color: rgb(54,150,159); }

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

<style>
 a { background-color: #36969F; }

 a { background-color: rgb(54,150,159); }

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

<style>
 span { border-color: #36969F; }

 span { border-color: rgb(54,150,159); }

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