Shades of Cloud Burst #333D50
Tints of Cloud Burst #333D50
RGB
CMYK
RGB Variations
Color information
#333D50 (or 0x333D50) is known color: Cloud Burst. HEX triplet: 33, 3D and 50. RGB value is (51,61,80). Sum of RGB (Red+Green+Blue) = 51+61+80=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #333D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333D50 is #CCC2AF. Grayscale: #3C3C3C. Windows color (decimal): -13419184 or 5258547. OLE color: 5258547.
HSL color Cylindrical-coordinate representation of color #333D50: hue angle of 219.31º 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 #333D50 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 61 | 80 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.69 |
| HSL | 219.31º | 0.22% | 0.26% | - |
| HSV(B) | 219.31º | 0.36% | 0.31% | - |
| XYZ | 4.48 | 4.62 | 8.25 | - |
| YUV | 60.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 80 | 0.36 | 0.24 | 0 | 0.69 | 219.31 | 0.22 | 0.26 |
| Hex | 33 | 3D | 50 | 24 | 18 | 0 | 45 | DB | 16 | 1A |
| Octal | 63 | 75 | 120 | 44 | 30 | 0 | 105 | 333 | 26 | 32 |
| Binary | 110011 | 111101 | 1010000 | 100100 | 11000 | 0 | 1000101 | 11011011 | 10110 | 11010 |
Color Harmonies of #333D50
Complementary color
Monochromatic Colors of #333D50
Black with #333D50
Text Example
Text Example
White with #333D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D50; }
p { color: rgb(51,61,80); }
H1.HeaderClassName
{
color: #333D50;
}
.AnyTagClassName
{
color: #333D50;
}
</style>
background-color css
<style>
a { background-color: #333D50; }
a { background-color: rgb(51,61,80); }
div.DivClassName
{
background-color: #333D50;
}
.BgClassName
{
background-color: #333D50;
}
</style>
border-color css
<style>
span { border-color: #333D50; }
span { border-color: rgb(51,61,80); }
td.TdClassName
{
border-color: #333D50;
}
.TagClassName
{
border-color: #333D50;
}
</style>