Html Css Color HEX #364256 Cloud Burst

📋 copy color: '#364256'

red 54 ◦ green 66 ◦ blue 86

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

Shades of Cloud Burst #364256

Tints of Cloud Burst #364256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 86 (33.98% from 255) = 41.75%

R = 26.21%
G = 32.04%
B = 41.75%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#364256 (or 0x364256) is known color: Cloud Burst. HEX triplet: 36, 42 and 56. RGB value is (54,66,86). Sum of RGB (Red+Green+Blue) = 54+66+86=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #364256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364256 is #C9BDA9. Grayscale: #404040. Windows color (decimal): -13221290 or 5653046. OLE color: 5653046.

HSL color Cylindrical-coordinate representation of color #364256: hue angle of 217.5º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #364256 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 66 86 -
CMYK 0.37 0.23 0 0.66
HSL 217.5º 0.23% 0.27% -
HSV(B) 217.5º 0.37% 0.34% -
XYZ 5.15 5.35 9.57 -
YUV 64.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 54 66 86 0.37 0.23 0 0.66 217.5 0.23 0.27
Hex 36 42 56 25 17 0 42 DA 17 1B
Octal 66 102 126 45 27 0 102 332 27 33
Binary 110110 1000010 1010110 100101 10111 0 1000010 11011010 10111 11011

Color Harmonies of #364256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364256

Black with #364256

Text Example


Text Example

White with #364256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364256; }

 p { color: rgb(54,66,86); }

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

background-color css

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

 a { background-color: rgb(54,66,86); }

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

border-color css

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

 span { border-color: rgb(54,66,86); }

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