Shades of Cloud Burst #363C49
Tints of Cloud Burst #363C49
RGB
CMYK
RGB Variations
Color information
#363C49 (or 0x363C49) is known color: Cloud Burst. HEX triplet: 36, 3C and 49. RGB value is (54,60,73). Sum of RGB (Red+Green+Blue) = 54+60+73=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 73 - color contains mainly: blue. Hex color #363C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C49 is #C9C3B6. Grayscale: #3B3B3B. Windows color (decimal): -13222839 or 4799542. OLE color: 4799542.
HSL color Cylindrical-coordinate representation of color #363C49: hue angle of 221.05º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #363C49 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 60 | 73 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.71 |
| HSL | 221.05º | 0.15% | 0.25% | - |
| HSV(B) | 221.05º | 0.26% | 0.29% | - |
| XYZ | 4.34 | 4.5 | 6.94 | - |
| YUV | 59.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 73 | 0.26 | 0.18 | 0 | 0.71 | 221.05 | 0.15 | 0.25 |
| Hex | 36 | 3C | 49 | 1A | 12 | 0 | 47 | DD | F | 19 |
| Octal | 66 | 74 | 111 | 32 | 22 | 0 | 107 | 335 | 17 | 31 |
| Binary | 110110 | 111100 | 1001001 | 11010 | 10010 | 0 | 1000111 | 11011101 | 1111 | 11001 |
Color Harmonies of #363C49
Complementary color
Monochromatic Colors of #363C49
Black with #363C49
Text Example
Text Example
White with #363C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C49; }
p { color: rgb(54,60,73); }
H1.HeaderClassName
{
color: #363C49;
}
.AnyTagClassName
{
color: #363C49;
}
</style>
background-color css
<style>
a { background-color: #363C49; }
a { background-color: rgb(54,60,73); }
div.DivClassName
{
background-color: #363C49;
}
.BgClassName
{
background-color: #363C49;
}
</style>
border-color css
<style>
span { border-color: #363C49; }
span { border-color: rgb(54,60,73); }
td.TdClassName
{
border-color: #363C49;
}
.TagClassName
{
border-color: #363C49;
}
</style>