Shades of Cloud Burst #353E4B
Tints of Cloud Burst #353E4B
RGB
CMYK
RGB Variations
Color information
#353E4B (or 0x353E4B) is known color: Cloud Burst. HEX triplet: 35, 3E and 4B. RGB value is (53,62,75). Sum of RGB (Red+Green+Blue) = 53+62+75=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 75 - color contains mainly: blue. Hex color #353E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E4B is #CAC1B4. Grayscale: #3C3C3C. Windows color (decimal): -13287861 or 4931125. OLE color: 4931125.
HSL color Cylindrical-coordinate representation of color #353E4B: hue angle of 215.45º 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 #353E4B is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 62 | 75 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.71 |
| HSL | 215.45º | 0.17% | 0.25% | - |
| HSV(B) | 215.45º | 0.29% | 0.29% | - |
| XYZ | 4.46 | 4.71 | 7.33 | - |
| YUV | 60.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 75 | 0.29 | 0.17 | 0 | 0.71 | 215.45 | 0.17 | 0.25 |
| Hex | 35 | 3E | 4B | 1D | 11 | 0 | 47 | D7 | 11 | 19 |
| Octal | 65 | 76 | 113 | 35 | 21 | 0 | 107 | 327 | 21 | 31 |
| Binary | 110101 | 111110 | 1001011 | 11101 | 10001 | 0 | 1000111 | 11010111 | 10001 | 11001 |
Color Harmonies of #353E4B
Complementary color
Monochromatic Colors of #353E4B
Black with #353E4B
Text Example
Text Example
White with #353E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E4B; }
p { color: rgb(53,62,75); }
H1.HeaderClassName
{
color: #353E4B;
}
.AnyTagClassName
{
color: #353E4B;
}
</style>
background-color css
<style>
a { background-color: #353E4B; }
a { background-color: rgb(53,62,75); }
div.DivClassName
{
background-color: #353E4B;
}
.BgClassName
{
background-color: #353E4B;
}
</style>
border-color css
<style>
span { border-color: #353E4B; }
span { border-color: rgb(53,62,75); }
td.TdClassName
{
border-color: #353E4B;
}
.TagClassName
{
border-color: #353E4B;
}
</style>