Shades of Cloud Burst #333B53
Tints of Cloud Burst #333B53
RGB
CMYK
RGB Variations
Color information
#333B53 (or 0x333B53) is known color: Cloud Burst. HEX triplet: 33, 3B and 53. RGB value is (51,59,83). Sum of RGB (Red+Green+Blue) = 51+59+83=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #333B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333B53 is #CCC4AC. Grayscale: #3B3B3B. Windows color (decimal): -13419693 or 5454643. OLE color: 5454643.
HSL color Cylindrical-coordinate representation of color #333B53: hue angle of 225º 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 #333B53 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 59 | 83 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.67 |
| HSL | 225º | 0.24% | 0.26% | - |
| HSV(B) | 225º | 0.39% | 0.33% | - |
| XYZ | 4.49 | 4.46 | 8.81 | - |
| YUV | 59.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 83 | 0.39 | 0.29 | 0 | 0.67 | 225 | 0.24 | 0.26 |
| Hex | 33 | 3B | 53 | 27 | 1D | 0 | 43 | E1 | 18 | 1A |
| Octal | 63 | 73 | 123 | 47 | 35 | 0 | 103 | 341 | 30 | 32 |
| Binary | 110011 | 111011 | 1010011 | 100111 | 11101 | 0 | 1000011 | 11100001 | 11000 | 11010 |
Color Harmonies of #333B53
Complementary color
Monochromatic Colors of #333B53
Black with #333B53
Text Example
Text Example
White with #333B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B53; }
p { color: rgb(51,59,83); }
H1.HeaderClassName
{
color: #333B53;
}
.AnyTagClassName
{
color: #333B53;
}
</style>
background-color css
<style>
a { background-color: #333B53; }
a { background-color: rgb(51,59,83); }
div.DivClassName
{
background-color: #333B53;
}
.BgClassName
{
background-color: #333B53;
}
</style>
border-color css
<style>
span { border-color: #333B53; }
span { border-color: rgb(51,59,83); }
td.TdClassName
{
border-color: #333B53;
}
.TagClassName
{
border-color: #333B53;
}
</style>