Shades of Cloud Burst #353D4A
Tints of Cloud Burst #353D4A
RGB
CMYK
RGB Variations
Color information
#353D4A (or 0x353D4A) is known color: Cloud Burst. HEX triplet: 35, 3D and 4A. RGB value is (53,61,74). Sum of RGB (Red+Green+Blue) = 53+61+74=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 74 - color contains mainly: blue. Hex color #353D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D4A is #CAC2B5. Grayscale: #3C3C3C. Windows color (decimal): -13288118 or 4865333. OLE color: 4865333.
HSL color Cylindrical-coordinate representation of color #353D4A: hue angle of 217.14º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #353D4A is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 61 | 74 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.71 |
| HSL | 217.14º | 0.17% | 0.25% | - |
| HSV(B) | 217.14º | 0.28% | 0.29% | - |
| XYZ | 4.37 | 4.59 | 7.13 | - |
| YUV | 60.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 74 | 0.28 | 0.18 | 0 | 0.71 | 217.14 | 0.17 | 0.25 |
| Hex | 35 | 3D | 4A | 1C | 12 | 0 | 47 | D9 | 11 | 19 |
| Octal | 65 | 75 | 112 | 34 | 22 | 0 | 107 | 331 | 21 | 31 |
| Binary | 110101 | 111101 | 1001010 | 11100 | 10010 | 0 | 1000111 | 11011001 | 10001 | 11001 |
Color Harmonies of #353D4A
Complementary color
Monochromatic Colors of #353D4A
Black with #353D4A
Text Example
Text Example
White with #353D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D4A; }
p { color: rgb(53,61,74); }
H1.HeaderClassName
{
color: #353D4A;
}
.AnyTagClassName
{
color: #353D4A;
}
</style>
background-color css
<style>
a { background-color: #353D4A; }
a { background-color: rgb(53,61,74); }
div.DivClassName
{
background-color: #353D4A;
}
.BgClassName
{
background-color: #353D4A;
}
</style>
border-color css
<style>
span { border-color: #353D4A; }
span { border-color: rgb(53,61,74); }
td.TdClassName
{
border-color: #353D4A;
}
.TagClassName
{
border-color: #353D4A;
}
</style>