Shades of Cloud Burst #353B4B
Tints of Cloud Burst #353B4B
RGB
CMYK
RGB Variations
Color information
#353B4B (or 0x353B4B) is known color: Cloud Burst. HEX triplet: 35, 3B and 4B. RGB value is (53,59,75). Sum of RGB (Red+Green+Blue) = 53+59+75=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #353B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B4B is #CAC4B4. Grayscale: #3A3A3A. Windows color (decimal): -13288629 or 4930357. OLE color: 4930357.
HSL color Cylindrical-coordinate representation of color #353B4B: hue angle of 223.64º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #353B4B is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 59 | 75 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.71 |
| HSL | 223.64º | 0.17% | 0.25% | - |
| HSV(B) | 223.64º | 0.29% | 0.29% | - |
| XYZ | 4.3 | 4.39 | 7.28 | - |
| YUV | 59.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 75 | 0.29 | 0.21 | 0 | 0.71 | 223.64 | 0.17 | 0.25 |
| Hex | 35 | 3B | 4B | 1D | 15 | 0 | 47 | E0 | 11 | 19 |
| Octal | 65 | 73 | 113 | 35 | 25 | 0 | 107 | 340 | 21 | 31 |
| Binary | 110101 | 111011 | 1001011 | 11101 | 10101 | 0 | 1000111 | 11100000 | 10001 | 11001 |
Color Harmonies of #353B4B
Complementary color
Monochromatic Colors of #353B4B
Black with #353B4B
Text Example
Text Example
White with #353B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B4B; }
p { color: rgb(53,59,75); }
H1.HeaderClassName
{
color: #353B4B;
}
.AnyTagClassName
{
color: #353B4B;
}
</style>
background-color css
<style>
a { background-color: #353B4B; }
a { background-color: rgb(53,59,75); }
div.DivClassName
{
background-color: #353B4B;
}
.BgClassName
{
background-color: #353B4B;
}
</style>
border-color css
<style>
span { border-color: #353B4B; }
span { border-color: rgb(53,59,75); }
td.TdClassName
{
border-color: #353B4B;
}
.TagClassName
{
border-color: #353B4B;
}
</style>