#364156

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

Shades of Cloud Burst #364156

Tints of Cloud Burst #364156

Color information

#364156 (or 0x364156) is unknown color: approx Cloud Burst. HEX triplet: 36, 41 and 56. RGB value is (54,65,86). Sum of RGB (Red+Green+Blue) = 54+65+86=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #364156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364156 is #C9BEA9. Grayscale: #404040. Windows color (decimal): -13221546 or 5652790. OLE color: 5652790.

HSL color Cylindrical-coordinate representation of color #364156: hue angle of 219.38º 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 #364156 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB546586-
CMYK0.370.2400.66
HSL219.38º22.86%27.45%-
HSV(B)219.38º37.21%33.73%-
XYZ5.095.249.55-
YUV64.1140.36120.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=26.34%
G=31.71%
B=41.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5465860.370.2400.66219.3822.8627.45
Hex3641562518042db171b
Octal66101126453001023332733
Binary110110100000110101101001011100001000010110110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364156; }

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

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

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

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

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

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

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

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