#36404D

Color #36404D Cloud Burst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud Burst #36404D

Tints of Cloud Burst #36404D

Color information

#36404D (or 0x36404D) is unknown color: approx Cloud Burst. HEX triplet: 36, 40 and 4D. RGB value is (54,64,77). Sum of RGB (Red+Green+Blue) = 54+64+77=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #36404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36404D is #C9BFB2. Grayscale: #3E3E3E. Windows color (decimal): -13221811 or 5062710. OLE color: 5062710.

HSL color Cylindrical-coordinate representation of color #36404D: hue angle of 213.91º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #36404D is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB546477-
CMYK0.300.1700.70
HSL213.91º17.56%25.69%-
HSV(B)213.91º29.87%30.2%-
XYZ4.694.997.74-
YUV62.49136.19121.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=27.69%
G=32.82%
B=39.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5464770.300.1700.70213.9117.5625.69
Hex36404D1E11046d6121a
Octal66100115362101063262232
Binary11011010000001001101111101000101000110110101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36404D; }

 p { color: rgb(54,64,77); }

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

<style>
 a { background-color: #36404D; }

 a { background-color: rgb(54,64,77); }

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

<style>
 span { border-color: #36404D; }

 span { border-color: rgb(54,64,77); }

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