Shades of Cloud Burst #333B4C
Tints of Cloud Burst #333B4C
RGB
CMYK
RGB Variations
Color information
#333B4C (or 0x333B4C) is known color: Cloud Burst. HEX triplet: 33, 3B and 4C. RGB value is (51,59,76). Sum of RGB (Red+Green+Blue) = 51+59+76=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 76 - color contains mainly: blue. Hex color #333B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B4C is #CCC4B3. Grayscale: #3A3A3A. Windows color (decimal): -13419700 or 4995891. OLE color: 4995891.
HSL color Cylindrical-coordinate representation of color #333B4C: hue angle of 220.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #333B4C is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 59 | 76 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.70 |
| HSL | 220.8º | 0.2% | 0.25% | - |
| HSV(B) | 220.8º | 0.33% | 0.3% | - |
| XYZ | 4.23 | 4.35 | 7.45 | - |
| YUV | 58.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 76 | 0.33 | 0.22 | 0 | 0.70 | 220.8 | 0.2 | 0.25 |
| Hex | 33 | 3B | 4C | 21 | 16 | 0 | 46 | DD | 14 | 19 |
| Octal | 63 | 73 | 114 | 41 | 26 | 0 | 106 | 335 | 24 | 31 |
| Binary | 110011 | 111011 | 1001100 | 100001 | 10110 | 0 | 1000110 | 11011101 | 10100 | 11001 |
Color Harmonies of #333B4C
Complementary color
Monochromatic Colors of #333B4C
Black with #333B4C
Text Example
Text Example
White with #333B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B4C; }
p { color: rgb(51,59,76); }
H1.HeaderClassName
{
color: #333B4C;
}
.AnyTagClassName
{
color: #333B4C;
}
</style>
background-color css
<style>
a { background-color: #333B4C; }
a { background-color: rgb(51,59,76); }
div.DivClassName
{
background-color: #333B4C;
}
.BgClassName
{
background-color: #333B4C;
}
</style>
border-color css
<style>
span { border-color: #333B4C; }
span { border-color: rgb(51,59,76); }
td.TdClassName
{
border-color: #333B4C;
}
.TagClassName
{
border-color: #333B4C;
}
</style>