#36989B

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

Shades of Scooter #36989B

Tints of Scooter #36989B

Color information

#36989B (or 0x36989B) is unknown color: approx Scooter. HEX triplet: 36, 98 and 9B. RGB value is (54,152,155). Sum of RGB (Red+Green+Blue) = 54+152+155=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #36989B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36989B is #C96764. Grayscale: #7A7A7A. Windows color (decimal): -13199205 or 10197046. OLE color: 10197046.

HSL color Cylindrical-coordinate representation of color #36989B: hue angle of 181.78º degrees, saturation: 0.48, 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 #36989B is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB54152155-
CMYK0.650.0200.39
HSL181.78º48.33%40.98%-
HSV(B)181.78º65.16%60.78%-
XYZ18.6725.6134.97-
YUV123.04146.0378.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.96%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=14.96%
G=42.11%
B=42.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541521550.650.0200.39181.7848.3340.98
Hex36989B412027b63029
Octal6623023310120472666051
Binary1101101001100010011011100000110010011110110110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36989B; }

 p { color: rgb(54,152,155); }

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

<style>
 a { background-color: #36989B; }

 a { background-color: rgb(54,152,155); }

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

<style>
 span { border-color: #36989B; }

 span { border-color: rgb(54,152,155); }

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