Shades of Cloud Burst #364055
Tints of Cloud Burst #364055
RGB
CMYK
RGB Variations
Color information
#364055 (or 0x364055) is known color: Cloud Burst. HEX triplet: 36, 40 and 55. RGB value is (54,64,85). Sum of RGB (Red+Green+Blue) = 54+64+85=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: blue. Hex color #364055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364055 is #C9BFAA. Grayscale: #3F3F3F. Windows color (decimal): -13221803 or 5586998. OLE color: 5586998.
HSL color Cylindrical-coordinate representation of color #364055: hue angle of 220.65º 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 #364055 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 64 | 85 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.67 |
| HSL | 220.65º | 0.22% | 0.27% | - |
| HSV(B) | 220.65º | 0.36% | 0.33% | - |
| XYZ | 4.99 | 5.11 | 9.32 | - |
| YUV | 63.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 85 | 0.36 | 0.25 | 0 | 0.67 | 220.65 | 0.22 | 0.27 |
| Hex | 36 | 40 | 55 | 24 | 19 | 0 | 43 | DD | 16 | 1B |
| Octal | 66 | 100 | 125 | 44 | 31 | 0 | 103 | 335 | 26 | 33 |
| Binary | 110110 | 1000000 | 1010101 | 100100 | 11001 | 0 | 1000011 | 11011101 | 10110 | 11011 |
Color Harmonies of #364055
Complementary color
Monochromatic Colors of #364055
Black with #364055
Text Example
Text Example
White with #364055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364055; }
p { color: rgb(54,64,85); }
H1.HeaderClassName
{
color: #364055;
}
.AnyTagClassName
{
color: #364055;
}
</style>
background-color css
<style>
a { background-color: #364055; }
a { background-color: rgb(54,64,85); }
div.DivClassName
{
background-color: #364055;
}
.BgClassName
{
background-color: #364055;
}
</style>
border-color css
<style>
span { border-color: #364055; }
span { border-color: rgb(54,64,85); }
td.TdClassName
{
border-color: #364055;
}
.TagClassName
{
border-color: #364055;
}
</style>