#364254

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

Shades of Cloud Burst #364254

Tints of Cloud Burst #364254

Color information

#364254 (or 0x364254) is unknown color: approx Cloud Burst. HEX triplet: 36, 42 and 54. RGB value is (54,66,84). Sum of RGB (Red+Green+Blue) = 54+66+84=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #364254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364254 is #C9BDAB. Grayscale: #404040. Windows color (decimal): -13221292 or 5521974. OLE color: 5521974.

HSL color Cylindrical-coordinate representation of color #364254: hue angle of 216º 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 #364254 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB546684-
CMYK0.360.2100.67
HSL216º21.74%27.06%-
HSV(B)216º35.71%32.94%-
XYZ5.075.329.15-
YUV64.46139.02120.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=26.47%
G=32.35%
B=41.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5466840.360.2100.6721621.7427.06
Hex3642542415043d8161b
Octal66102124442501033302633
Binary110110100001010101001001001010101000011110110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364254; }

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

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

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

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

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

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

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

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