Html Css Color HEX #36404C Cloud Burst

📋 copy color: '#36404C'

red 54 ◦ green 64 ◦ blue 76

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

Shades of Cloud Burst #36404C

Tints of Cloud Burst #36404C

RGB

 RED value IS 54 (21.48% from 255) = 27.84%

 GREEN value IS 64 (25.39% from 255) = 32.99%

 BLUE value IS 76 (30.08% from 255) = 39.18%

R = 27.84%
G = 32.99%
B = 39.18%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36404C (or 0x36404C) is known color: Cloud Burst. HEX triplet: 36, 40 and 4C. RGB value is (54,64,76). Sum of RGB (Red+Green+Blue) = 54+64+76=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 76 - color contains mainly: blue. Hex color #36404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36404C is #C9BFB3. Grayscale: #3E3E3E. Windows color (decimal): -13221812 or 4997174. OLE color: 4997174.

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

Color convert

RGB 54 64 76 -
CMYK 0.29 0.16 0 0.70
HSL 212.73º 0.17% 0.25% -
HSV(B) 212.73º 0.29% 0.3% -
XYZ 4.66 4.97 7.55 -
YUV 62.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 54 64 76 0.29 0.16 0 0.70 212.73 0.17 0.25
Hex 36 40 4C 1D 10 0 46 D5 11 19
Octal 66 100 114 35 20 0 106 325 21 31
Binary 110110 1000000 1001100 11101 10000 0 1000110 11010101 10001 11001

Color Harmonies of #36404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36404C

Black with #36404C

Text Example


Text Example

White with #36404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36404C;
 }
 .AnyTagClassName
 {
   color: #36404C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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