Shades of Cloud Burst #333E51
Tints of Cloud Burst #333E51
RGB
CMYK
RGB Variations
Color information
#333E51 (or 0x333E51) is known color: Cloud Burst. HEX triplet: 33, 3E and 51. RGB value is (51,62,81). Sum of RGB (Red+Green+Blue) = 51+62+81=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #333E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333E51 is #CCC1AE. Grayscale: #3C3C3C. Windows color (decimal): -13418927 or 5324339. OLE color: 5324339.
HSL color Cylindrical-coordinate representation of color #333E51: hue angle of 218º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #333E51 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 62 | 81 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.68 |
| HSL | 218º | 0.23% | 0.26% | - |
| HSV(B) | 218º | 0.37% | 0.32% | - |
| XYZ | 4.57 | 4.74 | 8.46 | - |
| YUV | 60.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 62 | 81 | 0.37 | 0.23 | 0 | 0.68 | 218 | 0.23 | 0.26 |
| Hex | 33 | 3E | 51 | 25 | 17 | 0 | 44 | DA | 17 | 1A |
| Octal | 63 | 76 | 121 | 45 | 27 | 0 | 104 | 332 | 27 | 32 |
| Binary | 110011 | 111110 | 1010001 | 100101 | 10111 | 0 | 1000100 | 11011010 | 10111 | 11010 |
Color Harmonies of #333E51
Complementary color
Monochromatic Colors of #333E51
Black with #333E51
Text Example
Text Example
White with #333E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333E51; }
p { color: rgb(51,62,81); }
H1.HeaderClassName
{
color: #333E51;
}
.AnyTagClassName
{
color: #333E51;
}
</style>
background-color css
<style>
a { background-color: #333E51; }
a { background-color: rgb(51,62,81); }
div.DivClassName
{
background-color: #333E51;
}
.BgClassName
{
background-color: #333E51;
}
</style>
border-color css
<style>
span { border-color: #333E51; }
span { border-color: rgb(51,62,81); }
td.TdClassName
{
border-color: #333E51;
}
.TagClassName
{
border-color: #333E51;
}
</style>