#36949B

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

Shades of Scooter #36949B

Tints of Scooter #36949B

Color information

#36949B (or 0x36949B) is unknown color: approx Scooter. HEX triplet: 36, 94 and 9B. RGB value is (54,148,155). Sum of RGB (Red+Green+Blue) = 54+148+155=357 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.13% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #36949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36949B is #C96B64. Grayscale: #787878. Windows color (decimal): -13200229 or 10196022. OLE color: 10196022.

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

Color convert

RGB54148155-
CMYK0.650.0500.39
HSL184.16º48.33%40.98%-
HSV(B)184.16º65.16%60.78%-
XYZ18.0324.3334.76-
YUV120.69147.3680.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.13%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=15.13%
G=41.46%
B=43.42%

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
Decimal541481550.650.0500.39184.1648.3340.98
Hex36949B415027b83029
Octal6622423310150472706051
Binary11011010010100100110111000001101010011110111000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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