#364052

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

Shades of Cloud Burst #364052

Tints of Cloud Burst #364052

Color information

#364052 (or 0x364052) is unknown color: approx Cloud Burst. HEX triplet: 36, 40 and 52. RGB value is (54,64,82). Sum of RGB (Red+Green+Blue) = 54+64+82=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 82 - color contains mainly: blue. Hex color #364052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364052 is #C9BFAD. Grayscale: #3E3E3E. Windows color (decimal): -13221806 or 5390390. OLE color: 5390390.

HSL color Cylindrical-coordinate representation of color #364052: hue angle of 218.57º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #364052 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB546482-
CMYK0.340.2200.68
HSL218.57º20.59%26.67%-
HSV(B)218.57º34.15%32.16%-
XYZ4.885.068.7-
YUV63.06138.69121.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 64 (25.39% from 255) = 32%
BLUE value IS 82 (32.42% from 255) = 41%
R=27%
G=32%
B=41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5464820.340.2200.68218.5720.5926.67
Hex3640522216044db151b
Octal66100122422601043332533
Binary110110100000010100101000101011001000100110110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364052; }

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

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

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

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

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

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

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

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