Shades of Cloud Burst #36414E
Tints of Cloud Burst #36414E
RGB
CMYK
RGB Variations
Color information
#36414E (or 0x36414E) is known color: Cloud Burst. HEX triplet: 36, 41 and 4E. RGB value is (54,65,78). Sum of RGB (Red+Green+Blue) = 54+65+78=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 78 - color contains mainly: blue. Hex color #36414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36414E is #C9BEB1. Grayscale: #3F3F3F. Windows color (decimal): -13221554 or 5128502. OLE color: 5128502.
HSL color Cylindrical-coordinate representation of color #36414E: hue angle of 212.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #36414E is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 65 | 78 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.69 |
| HSL | 212.5º | 0.18% | 0.26% | - |
| HSV(B) | 212.5º | 0.31% | 0.31% | - |
| XYZ | 4.79 | 5.11 | 7.94 | - |
| YUV | 63.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 65 | 78 | 0.31 | 0.17 | 0 | 0.69 | 212.5 | 0.18 | 0.26 |
| Hex | 36 | 41 | 4E | 1F | 11 | 0 | 45 | D4 | 12 | 1A |
| Octal | 66 | 101 | 116 | 37 | 21 | 0 | 105 | 324 | 22 | 32 |
| Binary | 110110 | 1000001 | 1001110 | 11111 | 10001 | 0 | 1000101 | 11010100 | 10010 | 11010 |
Color Harmonies of #36414E
Complementary color
Monochromatic Colors of #36414E
Black with #36414E
Text Example
Text Example
White with #36414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36414E; }
p { color: rgb(54,65,78); }
H1.HeaderClassName
{
color: #36414E;
}
.AnyTagClassName
{
color: #36414E;
}
</style>
background-color css
<style>
a { background-color: #36414E; }
a { background-color: rgb(54,65,78); }
div.DivClassName
{
background-color: #36414E;
}
.BgClassName
{
background-color: #36414E;
}
</style>
border-color css
<style>
span { border-color: #36414E; }
span { border-color: rgb(54,65,78); }
td.TdClassName
{
border-color: #36414E;
}
.TagClassName
{
border-color: #36414E;
}
</style>