Shades of Cloud Burst #333B4E
Tints of Cloud Burst #333B4E
RGB
CMYK
RGB Variations
Color information
#333B4E (or 0x333B4E) is known color: Cloud Burst. HEX triplet: 33, 3B and 4E. RGB value is (51,59,78). Sum of RGB (Red+Green+Blue) = 51+59+78=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #333B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B4E is #CCC4B1. Grayscale: #3A3A3A. Windows color (decimal): -13419698 or 5126963. OLE color: 5126963.
HSL color Cylindrical-coordinate representation of color #333B4E: hue angle of 222.22º degrees, saturation: 0.21, 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 #333B4E is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 59 | 78 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.69 |
| HSL | 222.22º | 0.21% | 0.25% | - |
| HSV(B) | 222.22º | 0.35% | 0.31% | - |
| XYZ | 4.3 | 4.38 | 7.83 | - |
| YUV | 58.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 78 | 0.35 | 0.24 | 0 | 0.69 | 222.22 | 0.21 | 0.25 |
| Hex | 33 | 3B | 4E | 23 | 18 | 0 | 45 | DE | 15 | 19 |
| Octal | 63 | 73 | 116 | 43 | 30 | 0 | 105 | 336 | 25 | 31 |
| Binary | 110011 | 111011 | 1001110 | 100011 | 11000 | 0 | 1000101 | 11011110 | 10101 | 11001 |
Color Harmonies of #333B4E
Complementary color
Monochromatic Colors of #333B4E
Black with #333B4E
Text Example
Text Example
White with #333B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B4E; }
p { color: rgb(51,59,78); }
H1.HeaderClassName
{
color: #333B4E;
}
.AnyTagClassName
{
color: #333B4E;
}
</style>
background-color css
<style>
a { background-color: #333B4E; }
a { background-color: rgb(51,59,78); }
div.DivClassName
{
background-color: #333B4E;
}
.BgClassName
{
background-color: #333B4E;
}
</style>
border-color css
<style>
span { border-color: #333B4E; }
span { border-color: rgb(51,59,78); }
td.TdClassName
{
border-color: #333B4E;
}
.TagClassName
{
border-color: #333B4E;
}
</style>