#364051

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

Shades of Cloud Burst #364051

Tints of Cloud Burst #364051

Color information

#364051 (or 0x364051) is unknown color: approx Cloud Burst. HEX triplet: 36, 40 and 51. RGB value is (54,64,81). Sum of RGB (Red+Green+Blue) = 54+64+81=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 81 - color contains mainly: blue. Hex color #364051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364051 is #C9BFAE. Grayscale: #3E3E3E. Windows color (decimal): -13221807 or 5324854. OLE color: 5324854.

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

Color convert

RGB546481-
CMYK0.330.2100.68
HSL217.78º20%26.47%-
HSV(B)217.78º33.33%31.76%-
XYZ4.845.058.5-
YUV62.95138.19121.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.14%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=27.14%
G=32.16%
B=40.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5464810.330.2100.68217.782026.47
Hex3640512115044da141a
Octal66100121412501043322432
Binary110110100000010100011000011010101000100110110101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364051; }

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

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

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

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

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

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

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

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