Shades of Cloud Burst #363C4D
Tints of Cloud Burst #363C4D
RGB
CMYK
RGB Variations
Color information
#363C4D (or 0x363C4D) is known color: Cloud Burst. HEX triplet: 36, 3C and 4D. RGB value is (54,60,77). Sum of RGB (Red+Green+Blue) = 54+60+77=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #363C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C4D is #C9C3B2. Grayscale: #3C3C3C. Windows color (decimal): -13222835 or 5061686. OLE color: 5061686.
HSL color Cylindrical-coordinate representation of color #363C4D: hue angle of 224.35º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #363C4D is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 60 | 77 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.70 |
| HSL | 224.35º | 0.18% | 0.26% | - |
| HSV(B) | 224.35º | 0.3% | 0.3% | - |
| XYZ | 4.48 | 4.55 | 7.66 | - |
| YUV | 60.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 77 | 0.30 | 0.22 | 0 | 0.70 | 224.35 | 0.18 | 0.26 |
| Hex | 36 | 3C | 4D | 1E | 16 | 0 | 46 | E0 | 12 | 1A |
| Octal | 66 | 74 | 115 | 36 | 26 | 0 | 106 | 340 | 22 | 32 |
| Binary | 110110 | 111100 | 1001101 | 11110 | 10110 | 0 | 1000110 | 11100000 | 10010 | 11010 |
Color Harmonies of #363C4D
Complementary color
Monochromatic Colors of #363C4D
Black with #363C4D
Text Example
Text Example
White with #363C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C4D; }
p { color: rgb(54,60,77); }
H1.HeaderClassName
{
color: #363C4D;
}
.AnyTagClassName
{
color: #363C4D;
}
</style>
background-color css
<style>
a { background-color: #363C4D; }
a { background-color: rgb(54,60,77); }
div.DivClassName
{
background-color: #363C4D;
}
.BgClassName
{
background-color: #363C4D;
}
</style>
border-color css
<style>
span { border-color: #363C4D; }
span { border-color: rgb(54,60,77); }
td.TdClassName
{
border-color: #363C4D;
}
.TagClassName
{
border-color: #363C4D;
}
</style>