#36949A

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

Shades of Scooter #36949A

Tints of Scooter #36949A

Color information

#36949A (or 0x36949A) is unknown color: approx Scooter. HEX triplet: 36, 94 and 9A. RGB value is (54,148,154). Sum of RGB (Red+Green+Blue) = 54+148+154=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #36949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36949A is #C96B65. Grayscale: #787878. Windows color (decimal): -13200230 or 10130486. OLE color: 10130486.

HSL color Cylindrical-coordinate representation of color #36949A: hue angle of 183.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36949A is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB54148154-
CMYK0.650.0400.40
HSL183.6º48.08%40.78%-
HSV(B)183.6º64.94%60.39%-
XYZ17.9424.334.32-
YUV120.58146.8680.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.17%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=15.17%
G=41.57%
B=43.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541481540.650.0400.40183.648.0840.78
Hex36949A414028b83029
Octal6622423210140502706051
Binary11011010010100100110101000001100010100010111000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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