Shades of Cloud Burst #333C4F
Tints of Cloud Burst #333C4F
RGB
CMYK
RGB Variations
Color information
#333C4F (or 0x333C4F) is known color: Cloud Burst. HEX triplet: 33, 3C and 4F. RGB value is (51,60,79). Sum of RGB (Red+Green+Blue) = 51+60+79=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #333C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C4F is #CCC3B0. Grayscale: #3B3B3B. Windows color (decimal): -13419441 or 5192755. OLE color: 5192755.
HSL color Cylindrical-coordinate representation of color #333C4F: hue angle of 220.71º degrees, saturation: 0.22, 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 #333C4F is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 60 | 79 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.69 |
| HSL | 220.71º | 0.22% | 0.25% | - |
| HSV(B) | 220.71º | 0.35% | 0.31% | - |
| XYZ | 4.39 | 4.5 | 8.03 | - |
| YUV | 59.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 79 | 0.35 | 0.24 | 0 | 0.69 | 220.71 | 0.22 | 0.25 |
| Hex | 33 | 3C | 4F | 23 | 18 | 0 | 45 | DD | 16 | 19 |
| Octal | 63 | 74 | 117 | 43 | 30 | 0 | 105 | 335 | 26 | 31 |
| Binary | 110011 | 111100 | 1001111 | 100011 | 11000 | 0 | 1000101 | 11011101 | 10110 | 11001 |
Color Harmonies of #333C4F
Complementary color
Monochromatic Colors of #333C4F
Black with #333C4F
Text Example
Text Example
White with #333C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C4F; }
p { color: rgb(51,60,79); }
H1.HeaderClassName
{
color: #333C4F;
}
.AnyTagClassName
{
color: #333C4F;
}
</style>
background-color css
<style>
a { background-color: #333C4F; }
a { background-color: rgb(51,60,79); }
div.DivClassName
{
background-color: #333C4F;
}
.BgClassName
{
background-color: #333C4F;
}
</style>
border-color css
<style>
span { border-color: #333C4F; }
span { border-color: rgb(51,60,79); }
td.TdClassName
{
border-color: #333C4F;
}
.TagClassName
{
border-color: #333C4F;
}
</style>