Html Css Color HEX #36404D Cloud Burst

📋 copy color: '#36404D'

red 54 ◦ green 64 ◦ blue 77

#36404D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloud Burst #36404D

Tints of Cloud Burst #36404D

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 value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36404D (or 0x36404D) is known color: 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

RGB 54 64 77 -
CMYK 0.30 0.17 0 0.70
HSL 213.91º 0.18% 0.26% -
HSV(B) 213.91º 0.3% 0.3% -
XYZ 4.69 4.99 7.74 -
YUV 62.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 54 64 77 0.30 0.17 0 0.70 213.91 0.18 0.26
Hex 36 40 4D 1E 11 0 46 D6 12 1A
Octal 66 100 115 36 21 0 106 326 22 32
Binary 110110 1000000 1001101 11110 10001 0 1000110 11010110 10010 11010

Color Harmonies of #36404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36404D

Black with #36404D

Text Example


Text Example

White with #36404D

Text Example


Text Example

HTML Codes & Css Web 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>