Shades of Cloud Burst #353B4C
Tints of Cloud Burst #353B4C
RGB
CMYK
RGB Variations
Color information
#353B4C (or 0x353B4C) is known color: Cloud Burst. HEX triplet: 35, 3B and 4C. RGB value is (53,59,76). Sum of RGB (Red+Green+Blue) = 53+59+76=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 76 - color contains mainly: blue. Hex color #353B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B4C is #CAC4B3. Grayscale: #3B3B3B. Windows color (decimal): -13288628 or 4995893. OLE color: 4995893.
HSL color Cylindrical-coordinate representation of color #353B4C: hue angle of 224.35º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #353B4C is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 59 | 76 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.70 |
| HSL | 224.35º | 0.18% | 0.25% | - |
| HSV(B) | 224.35º | 0.3% | 0.3% | - |
| XYZ | 4.34 | 4.41 | 7.46 | - |
| YUV | 59.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 76 | 0.30 | 0.22 | 0 | 0.70 | 224.35 | 0.18 | 0.25 |
| Hex | 35 | 3B | 4C | 1E | 16 | 0 | 46 | E0 | 12 | 19 |
| Octal | 65 | 73 | 114 | 36 | 26 | 0 | 106 | 340 | 22 | 31 |
| Binary | 110101 | 111011 | 1001100 | 11110 | 10110 | 0 | 1000110 | 11100000 | 10010 | 11001 |
Color Harmonies of #353B4C
Complementary color
Monochromatic Colors of #353B4C
Black with #353B4C
Text Example
Text Example
White with #353B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B4C; }
p { color: rgb(53,59,76); }
H1.HeaderClassName
{
color: #353B4C;
}
.AnyTagClassName
{
color: #353B4C;
}
</style>
background-color css
<style>
a { background-color: #353B4C; }
a { background-color: rgb(53,59,76); }
div.DivClassName
{
background-color: #353B4C;
}
.BgClassName
{
background-color: #353B4C;
}
</style>
border-color css
<style>
span { border-color: #353B4C; }
span { border-color: rgb(53,59,76); }
td.TdClassName
{
border-color: #353B4C;
}
.TagClassName
{
border-color: #353B4C;
}
</style>