Shades of Cloud Burst #363B47
Tints of Cloud Burst #363B47
RGB
CMYK
RGB Variations
Color information
#363B47 (or 0x363B47) is known color: Cloud Burst. HEX triplet: 36, 3B and 47. RGB value is (54,59,71). Sum of RGB (Red+Green+Blue) = 54+59+71=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 71 - color contains mainly: blue. Hex color #363B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B47 is #C9C4B8. Grayscale: #3A3A3A. Windows color (decimal): -13223097 or 4668214. OLE color: 4668214.
HSL color Cylindrical-coordinate representation of color #363B47: hue angle of 222.35º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #363B47 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 59 | 71 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.72 |
| HSL | 222.35º | 0.14% | 0.25% | - |
| HSV(B) | 222.35º | 0.24% | 0.28% | - |
| XYZ | 4.22 | 4.37 | 6.58 | - |
| YUV | 58.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 71 | 0.24 | 0.17 | 0 | 0.72 | 222.35 | 0.14 | 0.25 |
| Hex | 36 | 3B | 47 | 18 | 11 | 0 | 48 | DE | E | 19 |
| Octal | 66 | 73 | 107 | 30 | 21 | 0 | 110 | 336 | 16 | 31 |
| Binary | 110110 | 111011 | 1000111 | 11000 | 10001 | 0 | 1001000 | 11011110 | 1110 | 11001 |
Color Harmonies of #363B47
Complementary color
Monochromatic Colors of #363B47
Black with #363B47
Text Example
Text Example
White with #363B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B47; }
p { color: rgb(54,59,71); }
H1.HeaderClassName
{
color: #363B47;
}
.AnyTagClassName
{
color: #363B47;
}
</style>
background-color css
<style>
a { background-color: #363B47; }
a { background-color: rgb(54,59,71); }
div.DivClassName
{
background-color: #363B47;
}
.BgClassName
{
background-color: #363B47;
}
</style>
border-color css
<style>
span { border-color: #363B47; }
span { border-color: rgb(54,59,71); }
td.TdClassName
{
border-color: #363B47;
}
.TagClassName
{
border-color: #363B47;
}
</style>