Shades of Cloud Burst #353F51
Tints of Cloud Burst #353F51
RGB
CMYK
RGB Variations
Color information
#353F51 (or 0x353F51) is known color: Cloud Burst. HEX triplet: 35, 3F and 51. RGB value is (53,63,81). Sum of RGB (Red+Green+Blue) = 53+63+81=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 81 - color contains mainly: blue. Hex color #353F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F51 is #CAC0AE. Grayscale: #3D3D3D. Windows color (decimal): -13287599 or 5324597. OLE color: 5324597.
HSL color Cylindrical-coordinate representation of color #353F51: hue angle of 218.57º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #353F51 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 63 | 81 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.68 |
| HSL | 218.57º | 0.21% | 0.26% | - |
| HSV(B) | 218.57º | 0.35% | 0.32% | - |
| XYZ | 4.73 | 4.91 | 8.48 | - |
| YUV | 62.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 81 | 0.35 | 0.22 | 0 | 0.68 | 218.57 | 0.21 | 0.26 |
| Hex | 35 | 3F | 51 | 23 | 16 | 0 | 44 | DB | 15 | 1A |
| Octal | 65 | 77 | 121 | 43 | 26 | 0 | 104 | 333 | 25 | 32 |
| Binary | 110101 | 111111 | 1010001 | 100011 | 10110 | 0 | 1000100 | 11011011 | 10101 | 11010 |
Color Harmonies of #353F51
Complementary color
Monochromatic Colors of #353F51
Black with #353F51
Text Example
Text Example
White with #353F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F51; }
p { color: rgb(53,63,81); }
H1.HeaderClassName
{
color: #353F51;
}
.AnyTagClassName
{
color: #353F51;
}
</style>
background-color css
<style>
a { background-color: #353F51; }
a { background-color: rgb(53,63,81); }
div.DivClassName
{
background-color: #353F51;
}
.BgClassName
{
background-color: #353F51;
}
</style>
border-color css
<style>
span { border-color: #353F51; }
span { border-color: rgb(53,63,81); }
td.TdClassName
{
border-color: #353F51;
}
.TagClassName
{
border-color: #353F51;
}
</style>