Shades of Cloud Burst #36404E
Tints of Cloud Burst #36404E
RGB
CMYK
RGB Variations
Color information
#36404E (or 0x36404E) is known color: Cloud Burst. HEX triplet: 36, 40 and 4E. RGB value is (54,64,78). Sum of RGB (Red+Green+Blue) = 54+64+78=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 78 - color contains mainly: blue. Hex color #36404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36404E is #C9BFB1. Grayscale: #3E3E3E. Windows color (decimal): -13221810 or 5128246. OLE color: 5128246.
HSL color Cylindrical-coordinate representation of color #36404E: hue angle of 215º 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 #36404E is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 64 | 78 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.69 |
| HSL | 215º | 0.18% | 0.26% | - |
| HSV(B) | 215º | 0.31% | 0.31% | - |
| XYZ | 4.73 | 5 | 7.92 | - |
| YUV | 62.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 78 | 0.31 | 0.18 | 0 | 0.69 | 215 | 0.18 | 0.26 |
| Hex | 36 | 40 | 4E | 1F | 12 | 0 | 45 | D7 | 12 | 1A |
| Octal | 66 | 100 | 116 | 37 | 22 | 0 | 105 | 327 | 22 | 32 |
| Binary | 110110 | 1000000 | 1001110 | 11111 | 10010 | 0 | 1000101 | 11010111 | 10010 | 11010 |
Color Harmonies of #36404E
Complementary color
Monochromatic Colors of #36404E
Black with #36404E
Text Example
Text Example
White with #36404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36404E; }
p { color: rgb(54,64,78); }
H1.HeaderClassName
{
color: #36404E;
}
.AnyTagClassName
{
color: #36404E;
}
</style>
background-color css
<style>
a { background-color: #36404E; }
a { background-color: rgb(54,64,78); }
div.DivClassName
{
background-color: #36404E;
}
.BgClassName
{
background-color: #36404E;
}
</style>
border-color css
<style>
span { border-color: #36404E; }
span { border-color: rgb(54,64,78); }
td.TdClassName
{
border-color: #36404E;
}
.TagClassName
{
border-color: #36404E;
}
</style>