Shades of Cloud Burst #353B49
Tints of Cloud Burst #353B49
RGB
CMYK
RGB Variations
Color information
#353B49 (or 0x353B49) is known color: Cloud Burst. HEX triplet: 35, 3B and 49. RGB value is (53,59,73). Sum of RGB (Red+Green+Blue) = 53+59+73=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #353B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B49 is #CAC4B6. Grayscale: #3A3A3A. Windows color (decimal): -13288631 or 4799285. OLE color: 4799285.
HSL color Cylindrical-coordinate representation of color #353B49: hue angle of 222º 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 #353B49 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 59 | 73 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.71 |
| HSL | 222º | 0.16% | 0.25% | - |
| HSV(B) | 222º | 0.27% | 0.29% | - |
| XYZ | 4.23 | 4.37 | 6.92 | - |
| YUV | 58.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 73 | 0.27 | 0.19 | 0 | 0.71 | 222 | 0.16 | 0.25 |
| Hex | 35 | 3B | 49 | 1B | 13 | 0 | 47 | DE | 10 | 19 |
| Octal | 65 | 73 | 111 | 33 | 23 | 0 | 107 | 336 | 20 | 31 |
| Binary | 110101 | 111011 | 1001001 | 11011 | 10011 | 0 | 1000111 | 11011110 | 10000 | 11001 |
Color Harmonies of #353B49
Complementary color
Monochromatic Colors of #353B49
Black with #353B49
Text Example
Text Example
White with #353B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B49; }
p { color: rgb(53,59,73); }
H1.HeaderClassName
{
color: #353B49;
}
.AnyTagClassName
{
color: #353B49;
}
</style>
background-color css
<style>
a { background-color: #353B49; }
a { background-color: rgb(53,59,73); }
div.DivClassName
{
background-color: #353B49;
}
.BgClassName
{
background-color: #353B49;
}
</style>
border-color css
<style>
span { border-color: #353B49; }
span { border-color: rgb(53,59,73); }
td.TdClassName
{
border-color: #353B49;
}
.TagClassName
{
border-color: #353B49;
}
</style>