Shades of Cloud Burst #353D4D
Tints of Cloud Burst #353D4D
RGB
CMYK
RGB Variations
Color information
#353D4D (or 0x353D4D) is known color: Cloud Burst. HEX triplet: 35, 3D and 4D. RGB value is (53,61,77). Sum of RGB (Red+Green+Blue) = 53+61+77=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #353D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D4D is #CAC2B2. Grayscale: #3C3C3C. Windows color (decimal): -13288115 or 5061941. OLE color: 5061941.
HSL color Cylindrical-coordinate representation of color #353D4D: hue angle of 220º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #353D4D is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 61 | 77 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.70 |
| HSL | 220º | 0.18% | 0.25% | - |
| HSV(B) | 220º | 0.31% | 0.3% | - |
| XYZ | 4.48 | 4.63 | 7.68 | - |
| YUV | 60.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 77 | 0.31 | 0.21 | 0 | 0.70 | 220 | 0.18 | 0.25 |
| Hex | 35 | 3D | 4D | 1F | 15 | 0 | 46 | DC | 12 | 19 |
| Octal | 65 | 75 | 115 | 37 | 25 | 0 | 106 | 334 | 22 | 31 |
| Binary | 110101 | 111101 | 1001101 | 11111 | 10101 | 0 | 1000110 | 11011100 | 10010 | 11001 |
Color Harmonies of #353D4D
Complementary color
Monochromatic Colors of #353D4D
Black with #353D4D
Text Example
Text Example
White with #353D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D4D; }
p { color: rgb(53,61,77); }
H1.HeaderClassName
{
color: #353D4D;
}
.AnyTagClassName
{
color: #353D4D;
}
</style>
background-color css
<style>
a { background-color: #353D4D; }
a { background-color: rgb(53,61,77); }
div.DivClassName
{
background-color: #353D4D;
}
.BgClassName
{
background-color: #353D4D;
}
</style>
border-color css
<style>
span { border-color: #353D4D; }
span { border-color: rgb(53,61,77); }
td.TdClassName
{
border-color: #353D4D;
}
.TagClassName
{
border-color: #353D4D;
}
</style>