Shades of Cloud Burst #353F4B
Tints of Cloud Burst #353F4B
RGB
CMYK
RGB Variations
Color information
#353F4B (or 0x353F4B) is known color: Cloud Burst. HEX triplet: 35, 3F and 4B. RGB value is (53,63,75). Sum of RGB (Red+Green+Blue) = 53+63+75=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 75 - color contains mainly: blue. Hex color #353F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F4B is #CAC0B4. Grayscale: #3D3D3D. Windows color (decimal): -13287605 or 4931381. OLE color: 4931381.
HSL color Cylindrical-coordinate representation of color #353F4B: hue angle of 212.73º 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 #353F4B is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 63 | 75 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.71 |
| HSL | 212.73º | 0.17% | 0.25% | - |
| HSV(B) | 212.73º | 0.29% | 0.29% | - |
| XYZ | 4.52 | 4.82 | 7.35 | - |
| YUV | 61.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 75 | 0.29 | 0.16 | 0 | 0.71 | 212.73 | 0.17 | 0.25 |
| Hex | 35 | 3F | 4B | 1D | 10 | 0 | 47 | D5 | 11 | 19 |
| Octal | 65 | 77 | 113 | 35 | 20 | 0 | 107 | 325 | 21 | 31 |
| Binary | 110101 | 111111 | 1001011 | 11101 | 10000 | 0 | 1000111 | 11010101 | 10001 | 11001 |
Color Harmonies of #353F4B
Complementary color
Monochromatic Colors of #353F4B
Black with #353F4B
Text Example
Text Example
White with #353F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F4B; }
p { color: rgb(53,63,75); }
H1.HeaderClassName
{
color: #353F4B;
}
.AnyTagClassName
{
color: #353F4B;
}
</style>
background-color css
<style>
a { background-color: #353F4B; }
a { background-color: rgb(53,63,75); }
div.DivClassName
{
background-color: #353F4B;
}
.BgClassName
{
background-color: #353F4B;
}
</style>
border-color css
<style>
span { border-color: #353F4B; }
span { border-color: rgb(53,63,75); }
td.TdClassName
{
border-color: #353F4B;
}
.TagClassName
{
border-color: #353F4B;
}
</style>