#36949C

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

Shades of Scooter #36949C

Tints of Scooter #36949C

Color information

#36949C (or 0x36949C) is unknown color: approx Scooter. HEX triplet: 36, 94 and 9C. RGB value is (54,148,156). Sum of RGB (Red+Green+Blue) = 54+148+156=358 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.08% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #36949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36949C is #C96B63. Grayscale: #787878. Windows color (decimal): -13200228 or 10261558. OLE color: 10261558.

HSL color Cylindrical-coordinate representation of color #36949C: hue angle of 184.71º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36949C is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB54148156-
CMYK0.650.0500.39
HSL184.71º48.57%41.18%-
HSV(B)184.71º65.38%61.18%-
XYZ18.1124.3635.2-
YUV120.81147.8680.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.08%
GREEN value IS 148 (58.20% from 255) = 41.34%
BLUE value IS 156 (61.33% from 255) = 43.58%
R=15.08%
G=41.34%
B=43.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541481560.650.0500.39184.7148.5741.18
Hex36949C415027b93129
Octal6622423410150472716151
Binary11011010010100100111001000001101010011110111001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,148,156); }

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

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

 a { background-color: rgb(54,148,156); }

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

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

 span { border-color: rgb(54,148,156); }

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