Shades of Cloud Burst #333F50
Tints of Cloud Burst #333F50
RGB
CMYK
RGB Variations
Color information
#333F50 (or 0x333F50) is known color: Cloud Burst. HEX triplet: 33, 3F and 50. RGB value is (51,63,80). Sum of RGB (Red+Green+Blue) = 51+63+80=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #333F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333F50 is #CCC0AF. Grayscale: #3D3D3D. Windows color (decimal): -13418672 or 5259059. OLE color: 5259059.
HSL color Cylindrical-coordinate representation of color #333F50: hue angle of 215.17º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #333F50 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 63 | 80 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.69 |
| HSL | 215.17º | 0.22% | 0.26% | - |
| HSV(B) | 215.17º | 0.36% | 0.31% | - |
| XYZ | 4.59 | 4.84 | 8.28 | - |
| YUV | 61.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 80 | 0.36 | 0.21 | 0 | 0.69 | 215.17 | 0.22 | 0.26 |
| Hex | 33 | 3F | 50 | 24 | 15 | 0 | 45 | D7 | 16 | 1A |
| Octal | 63 | 77 | 120 | 44 | 25 | 0 | 105 | 327 | 26 | 32 |
| Binary | 110011 | 111111 | 1010000 | 100100 | 10101 | 0 | 1000101 | 11010111 | 10110 | 11010 |
Color Harmonies of #333F50
Complementary color
Monochromatic Colors of #333F50
Black with #333F50
Text Example
Text Example
White with #333F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F50; }
p { color: rgb(51,63,80); }
H1.HeaderClassName
{
color: #333F50;
}
.AnyTagClassName
{
color: #333F50;
}
</style>
background-color css
<style>
a { background-color: #333F50; }
a { background-color: rgb(51,63,80); }
div.DivClassName
{
background-color: #333F50;
}
.BgClassName
{
background-color: #333F50;
}
</style>
border-color css
<style>
span { border-color: #333F50; }
span { border-color: rgb(51,63,80); }
td.TdClassName
{
border-color: #333F50;
}
.TagClassName
{
border-color: #333F50;
}
</style>