Shades of Cloud Burst #353C50
Tints of Cloud Burst #353C50
RGB
CMYK
RGB Variations
Color information
#353C50 (or 0x353C50) is known color: Cloud Burst. HEX triplet: 35, 3C and 50. RGB value is (53,60,80). Sum of RGB (Red+Green+Blue) = 53+60+80=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #353C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C50 is #CAC3AF. Grayscale: #3C3C3C. Windows color (decimal): -13288368 or 5258293. OLE color: 5258293.
HSL color Cylindrical-coordinate representation of color #353C50: hue angle of 224.44º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #353C50 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 60 | 80 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.69 |
| HSL | 224.44º | 0.2% | 0.26% | - |
| HSV(B) | 224.44º | 0.34% | 0.31% | - |
| XYZ | 4.53 | 4.57 | 8.23 | - |
| YUV | 60.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 80 | 0.34 | 0.25 | 0 | 0.69 | 224.44 | 0.2 | 0.26 |
| Hex | 35 | 3C | 50 | 22 | 19 | 0 | 45 | E0 | 14 | 1A |
| Octal | 65 | 74 | 120 | 42 | 31 | 0 | 105 | 340 | 24 | 32 |
| Binary | 110101 | 111100 | 1010000 | 100010 | 11001 | 0 | 1000101 | 11100000 | 10100 | 11010 |
Color Harmonies of #353C50
Complementary color
Monochromatic Colors of #353C50
Black with #353C50
Text Example
Text Example
White with #353C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C50; }
p { color: rgb(53,60,80); }
H1.HeaderClassName
{
color: #353C50;
}
.AnyTagClassName
{
color: #353C50;
}
</style>
background-color css
<style>
a { background-color: #353C50; }
a { background-color: rgb(53,60,80); }
div.DivClassName
{
background-color: #353C50;
}
.BgClassName
{
background-color: #353C50;
}
</style>
border-color css
<style>
span { border-color: #353C50; }
span { border-color: rgb(53,60,80); }
td.TdClassName
{
border-color: #353C50;
}
.TagClassName
{
border-color: #353C50;
}
</style>