Shades of Cloud Burst #333D4A
Tints of Cloud Burst #333D4A
RGB
CMYK
RGB Variations
Color information
#333D4A (or 0x333D4A) is known color: Cloud Burst. HEX triplet: 33, 3D and 4A. RGB value is (51,61,74). Sum of RGB (Red+Green+Blue) = 51+61+74=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 74 - color contains mainly: blue. Hex color #333D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D4A is #CCC2B5. Grayscale: #3B3B3B. Windows color (decimal): -13419190 or 4865331. OLE color: 4865331.
HSL color Cylindrical-coordinate representation of color #333D4A: hue angle of 213.91º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #333D4A is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 61 | 74 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.71 |
| HSL | 213.91º | 0.18% | 0.25% | - |
| HSV(B) | 213.91º | 0.31% | 0.29% | - |
| XYZ | 4.27 | 4.54 | 7.13 | - |
| YUV | 59.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 74 | 0.31 | 0.18 | 0 | 0.71 | 213.91 | 0.18 | 0.25 |
| Hex | 33 | 3D | 4A | 1F | 12 | 0 | 47 | D6 | 12 | 19 |
| Octal | 63 | 75 | 112 | 37 | 22 | 0 | 107 | 326 | 22 | 31 |
| Binary | 110011 | 111101 | 1001010 | 11111 | 10010 | 0 | 1000111 | 11010110 | 10010 | 11001 |
Color Harmonies of #333D4A
Complementary color
Monochromatic Colors of #333D4A
Black with #333D4A
Text Example
Text Example
White with #333D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D4A; }
p { color: rgb(51,61,74); }
H1.HeaderClassName
{
color: #333D4A;
}
.AnyTagClassName
{
color: #333D4A;
}
</style>
background-color css
<style>
a { background-color: #333D4A; }
a { background-color: rgb(51,61,74); }
div.DivClassName
{
background-color: #333D4A;
}
.BgClassName
{
background-color: #333D4A;
}
</style>
border-color css
<style>
span { border-color: #333D4A; }
span { border-color: rgb(51,61,74); }
td.TdClassName
{
border-color: #333D4A;
}
.TagClassName
{
border-color: #333D4A;
}
</style>