Shades of Cloud Burst #353E49
Tints of Cloud Burst #353E49
RGB
CMYK
RGB Variations
Color information
#353E49 (or 0x353E49) is known color: Cloud Burst. HEX triplet: 35, 3E and 49. RGB value is (53,62,73). Sum of RGB (Red+Green+Blue) = 53+62+73=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 73 - color contains mainly: blue. Hex color #353E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E49 is #CAC1B6. Grayscale: #3C3C3C. Windows color (decimal): -13287863 or 4800053. OLE color: 4800053.
HSL color Cylindrical-coordinate representation of color #353E49: hue angle of 213º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #353E49 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 62 | 73 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.71 |
| HSL | 213º | 0.16% | 0.25% | - |
| HSV(B) | 213º | 0.27% | 0.29% | - |
| XYZ | 4.39 | 4.68 | 6.98 | - |
| YUV | 60.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 73 | 0.27 | 0.15 | 0 | 0.71 | 213 | 0.16 | 0.25 |
| Hex | 35 | 3E | 49 | 1B | F | 0 | 47 | D5 | 10 | 19 |
| Octal | 65 | 76 | 111 | 33 | 17 | 0 | 107 | 325 | 20 | 31 |
| Binary | 110101 | 111110 | 1001001 | 11011 | 1111 | 0 | 1000111 | 11010101 | 10000 | 11001 |
Color Harmonies of #353E49
Complementary color
Monochromatic Colors of #353E49
Black with #353E49
Text Example
Text Example
White with #353E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E49; }
p { color: rgb(53,62,73); }
H1.HeaderClassName
{
color: #353E49;
}
.AnyTagClassName
{
color: #353E49;
}
</style>
background-color css
<style>
a { background-color: #353E49; }
a { background-color: rgb(53,62,73); }
div.DivClassName
{
background-color: #353E49;
}
.BgClassName
{
background-color: #353E49;
}
</style>
border-color css
<style>
span { border-color: #353E49; }
span { border-color: rgb(53,62,73); }
td.TdClassName
{
border-color: #353E49;
}
.TagClassName
{
border-color: #353E49;
}
</style>