Shades of Cloud Burst #333C50
Tints of Cloud Burst #333C50
RGB
CMYK
RGB Variations
Color information
#333C50 (or 0x333C50) is known color: Cloud Burst. HEX triplet: 33, 3C and 50. RGB value is (51,60,80). Sum of RGB (Red+Green+Blue) = 51+60+80=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #333C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C50 is #CCC3AF. Grayscale: #3B3B3B. Windows color (decimal): -13419440 or 5258291. OLE color: 5258291.
HSL color Cylindrical-coordinate representation of color #333C50: hue angle of 221.38º 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 #333C50 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 60 | 80 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.69 |
| HSL | 221.38º | 0.22% | 0.26% | - |
| HSV(B) | 221.38º | 0.36% | 0.31% | - |
| XYZ | 4.43 | 4.51 | 8.23 | - |
| YUV | 59.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 80 | 0.36 | 0.25 | 0 | 0.69 | 221.38 | 0.22 | 0.26 |
| Hex | 33 | 3C | 50 | 24 | 19 | 0 | 45 | DD | 16 | 1A |
| Octal | 63 | 74 | 120 | 44 | 31 | 0 | 105 | 335 | 26 | 32 |
| Binary | 110011 | 111100 | 1010000 | 100100 | 11001 | 0 | 1000101 | 11011101 | 10110 | 11010 |
Color Harmonies of #333C50
Complementary color
Monochromatic Colors of #333C50
Black with #333C50
Text Example
Text Example
White with #333C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C50; }
p { color: rgb(51,60,80); }
H1.HeaderClassName
{
color: #333C50;
}
.AnyTagClassName
{
color: #333C50;
}
</style>
background-color css
<style>
a { background-color: #333C50; }
a { background-color: rgb(51,60,80); }
div.DivClassName
{
background-color: #333C50;
}
.BgClassName
{
background-color: #333C50;
}
</style>
border-color css
<style>
span { border-color: #333C50; }
span { border-color: rgb(51,60,80); }
td.TdClassName
{
border-color: #333C50;
}
.TagClassName
{
border-color: #333C50;
}
</style>