#364155

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

Shades of Cloud Burst #364155

Tints of Cloud Burst #364155

Color information

#364155 (or 0x364155) is unknown color: approx Cloud Burst. HEX triplet: 36, 41 and 55. RGB value is (54,65,85). Sum of RGB (Red+Green+Blue) = 54+65+85=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #364155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364155 is #C9BEAA. Grayscale: #3F3F3F. Windows color (decimal): -13221547 or 5587254. OLE color: 5587254.

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

Color convert

RGB546585-
CMYK0.360.2400.67
HSL218.71º22.3%27.25%-
HSV(B)218.71º36.47%33.33%-
XYZ5.055.229.34-
YUV63.99139.86120.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=26.47%
G=31.86%
B=41.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5465850.360.2400.67218.7122.327.25
Hex3641552418043db161b
Octal66101125443001033332633
Binary110110100000110101011001001100001000011110110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364155; }

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

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

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

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

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

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

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

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