#364154

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

Shades of Cloud Burst #364154

Tints of Cloud Burst #364154

Color information

#364154 (or 0x364154) is unknown color: approx Cloud Burst. HEX triplet: 36, 41 and 54. RGB value is (54,65,84). Sum of RGB (Red+Green+Blue) = 54+65+84=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #364154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364154 is #C9BEAB. Grayscale: #3F3F3F. Windows color (decimal): -13221548 or 5521718. OLE color: 5521718.

HSL color Cylindrical-coordinate representation of color #364154: hue angle of 218º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #364154 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB546584-
CMYK0.360.2300.67
HSL218º21.74%27.06%-
HSV(B)218º35.71%32.94%-
XYZ5.015.29.13-
YUV63.88139.36120.96-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.60%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=26.60%
G=32.02%
B=41.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5465840.360.2300.6721821.7427.06
Hex3641542417043da161b
Octal66101124442701033322633
Binary110110100000110101001001001011101000011110110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364154; }

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

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

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

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

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

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

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

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