Shades of Cloud Burst #333C54
Tints of Cloud Burst #333C54
RGB
CMYK
RGB Variations
Color information
#333C54 (or 0x333C54) is known color: Cloud Burst. HEX triplet: 33, 3C and 54. RGB value is (51,60,84). Sum of RGB (Red+Green+Blue) = 51+60+84=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #333C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C54 is #CCC3AB. Grayscale: #3B3B3B. Windows color (decimal): -13419436 or 5520435. OLE color: 5520435.
HSL color Cylindrical-coordinate representation of color #333C54: hue angle of 223.64º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #333C54 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 60 | 84 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.67 |
| HSL | 223.64º | 0.24% | 0.26% | - |
| HSV(B) | 223.64º | 0.39% | 0.33% | - |
| XYZ | 4.58 | 4.58 | 9.03 | - |
| YUV | 60.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 84 | 0.39 | 0.29 | 0 | 0.67 | 223.64 | 0.24 | 0.26 |
| Hex | 33 | 3C | 54 | 27 | 1D | 0 | 43 | E0 | 18 | 1A |
| Octal | 63 | 74 | 124 | 47 | 35 | 0 | 103 | 340 | 30 | 32 |
| Binary | 110011 | 111100 | 1010100 | 100111 | 11101 | 0 | 1000011 | 11100000 | 11000 | 11010 |
Color Harmonies of #333C54
Complementary color
Monochromatic Colors of #333C54
Black with #333C54
Text Example
Text Example
White with #333C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C54; }
p { color: rgb(51,60,84); }
H1.HeaderClassName
{
color: #333C54;
}
.AnyTagClassName
{
color: #333C54;
}
</style>
background-color css
<style>
a { background-color: #333C54; }
a { background-color: rgb(51,60,84); }
div.DivClassName
{
background-color: #333C54;
}
.BgClassName
{
background-color: #333C54;
}
</style>
border-color css
<style>
span { border-color: #333C54; }
span { border-color: rgb(51,60,84); }
td.TdClassName
{
border-color: #333C54;
}
.TagClassName
{
border-color: #333C54;
}
</style>