Shades of Cloud Burst #333B4F
Tints of Cloud Burst #333B4F
RGB
CMYK
RGB Variations
Color information
#333B4F (or 0x333B4F) is known color: Cloud Burst. HEX triplet: 33, 3B and 4F. RGB value is (51,59,79). Sum of RGB (Red+Green+Blue) = 51+59+79=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #333B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B4F is #CCC4B0. Grayscale: #3A3A3A. Windows color (decimal): -13419697 or 5192499. OLE color: 5192499.
HSL color Cylindrical-coordinate representation of color #333B4F: hue angle of 222.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #333B4F is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 59 | 79 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.69 |
| HSL | 222.86º | 0.22% | 0.25% | - |
| HSV(B) | 222.86º | 0.35% | 0.31% | - |
| XYZ | 4.34 | 4.4 | 8.02 | - |
| YUV | 58.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 79 | 0.35 | 0.25 | 0 | 0.69 | 222.86 | 0.22 | 0.25 |
| Hex | 33 | 3B | 4F | 23 | 19 | 0 | 45 | DF | 16 | 19 |
| Octal | 63 | 73 | 117 | 43 | 31 | 0 | 105 | 337 | 26 | 31 |
| Binary | 110011 | 111011 | 1001111 | 100011 | 11001 | 0 | 1000101 | 11011111 | 10110 | 11001 |
Color Harmonies of #333B4F
Complementary color
Monochromatic Colors of #333B4F
Black with #333B4F
Text Example
Text Example
White with #333B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B4F; }
p { color: rgb(51,59,79); }
H1.HeaderClassName
{
color: #333B4F;
}
.AnyTagClassName
{
color: #333B4F;
}
</style>
background-color css
<style>
a { background-color: #333B4F; }
a { background-color: rgb(51,59,79); }
div.DivClassName
{
background-color: #333B4F;
}
.BgClassName
{
background-color: #333B4F;
}
</style>
border-color css
<style>
span { border-color: #333B4F; }
span { border-color: rgb(51,59,79); }
td.TdClassName
{
border-color: #333B4F;
}
.TagClassName
{
border-color: #333B4F;
}
</style>