Shades of Cloud Burst #333C48
Tints of Cloud Burst #333C48
RGB
CMYK
RGB Variations
Color information
#333C48 (or 0x333C48) is known color: Cloud Burst. HEX triplet: 33, 3C and 48. RGB value is (51,60,72). Sum of RGB (Red+Green+Blue) = 51+60+72=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #333C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C48 is #CCC3B7. Grayscale: #3A3A3A. Windows color (decimal): -13419448 or 4734003. OLE color: 4734003.
HSL color Cylindrical-coordinate representation of color #333C48: hue angle of 214.29º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #333C48 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 60 | 72 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.72 |
| HSL | 214.29º | 0.17% | 0.24% | - |
| HSV(B) | 214.29º | 0.29% | 0.28% | - |
| XYZ | 4.15 | 4.4 | 6.76 | - |
| YUV | 58.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 72 | 0.29 | 0.17 | 0 | 0.72 | 214.29 | 0.17 | 0.24 |
| Hex | 33 | 3C | 48 | 1D | 11 | 0 | 48 | D6 | 11 | 18 |
| Octal | 63 | 74 | 110 | 35 | 21 | 0 | 110 | 326 | 21 | 30 |
| Binary | 110011 | 111100 | 1001000 | 11101 | 10001 | 0 | 1001000 | 11010110 | 10001 | 11000 |
Color Harmonies of #333C48
Complementary color
Monochromatic Colors of #333C48
Black with #333C48
Text Example
Text Example
White with #333C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C48; }
p { color: rgb(51,60,72); }
H1.HeaderClassName
{
color: #333C48;
}
.AnyTagClassName
{
color: #333C48;
}
</style>
background-color css
<style>
a { background-color: #333C48; }
a { background-color: rgb(51,60,72); }
div.DivClassName
{
background-color: #333C48;
}
.BgClassName
{
background-color: #333C48;
}
</style>
border-color css
<style>
span { border-color: #333C48; }
span { border-color: rgb(51,60,72); }
td.TdClassName
{
border-color: #333C48;
}
.TagClassName
{
border-color: #333C48;
}
</style>