Shades of Cloud Burst #353C49
Tints of Cloud Burst #353C49
RGB
CMYK
RGB Variations
Color information
#353C49 (or 0x353C49) is known color: Cloud Burst. HEX triplet: 35, 3C and 49. RGB value is (53,60,73). Sum of RGB (Red+Green+Blue) = 53+60+73=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 73 - color contains mainly: blue. Hex color #353C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C49 is #CAC3B6. Grayscale: #3B3B3B. Windows color (decimal): -13288375 or 4799541. OLE color: 4799541.
HSL color Cylindrical-coordinate representation of color #353C49: hue angle of 219º 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 #353C49 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 60 | 73 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.71 |
| HSL | 219º | 0.16% | 0.25% | - |
| HSV(B) | 219º | 0.27% | 0.29% | - |
| XYZ | 4.29 | 4.47 | 6.94 | - |
| YUV | 59.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 73 | 0.27 | 0.18 | 0 | 0.71 | 219 | 0.16 | 0.25 |
| Hex | 35 | 3C | 49 | 1B | 12 | 0 | 47 | DB | 10 | 19 |
| Octal | 65 | 74 | 111 | 33 | 22 | 0 | 107 | 333 | 20 | 31 |
| Binary | 110101 | 111100 | 1001001 | 11011 | 10010 | 0 | 1000111 | 11011011 | 10000 | 11001 |
Color Harmonies of #353C49
Complementary color
Monochromatic Colors of #353C49
Black with #353C49
Text Example
Text Example
White with #353C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C49; }
p { color: rgb(53,60,73); }
H1.HeaderClassName
{
color: #353C49;
}
.AnyTagClassName
{
color: #353C49;
}
</style>
background-color css
<style>
a { background-color: #353C49; }
a { background-color: rgb(53,60,73); }
div.DivClassName
{
background-color: #353C49;
}
.BgClassName
{
background-color: #353C49;
}
</style>
border-color css
<style>
span { border-color: #353C49; }
span { border-color: rgb(53,60,73); }
td.TdClassName
{
border-color: #353C49;
}
.TagClassName
{
border-color: #353C49;
}
</style>