Shades of Cloud Burst #354255
Tints of Cloud Burst #354255
RGB
CMYK
RGB Variations
Color information
#354255 (or 0x354255) is known color: Cloud Burst. HEX triplet: 35, 42 and 55. RGB value is (53,66,85). Sum of RGB (Red+Green+Blue) = 53+66+85=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #354255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354255 is #CABDAA. Grayscale: #404040. Windows color (decimal): -13286827 or 5587509. OLE color: 5587509.
HSL color Cylindrical-coordinate representation of color #354255: hue angle of 215.62º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #354255 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 66 | 85 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.67 |
| HSL | 215.63º | 0.23% | 0.27% | - |
| HSV(B) | 215.63º | 0.38% | 0.33% | - |
| XYZ | 5.06 | 5.31 | 9.35 | - |
| YUV | 64.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 85 | 0.38 | 0.22 | 0 | 0.67 | 215.63 | 0.23 | 0.27 |
| Hex | 35 | 42 | 55 | 26 | 16 | 0 | 43 | D8 | 17 | 1B |
| Octal | 65 | 102 | 125 | 46 | 26 | 0 | 103 | 330 | 27 | 33 |
| Binary | 110101 | 1000010 | 1010101 | 100110 | 10110 | 0 | 1000011 | 11011000 | 10111 | 11011 |
Color Harmonies of #354255
Complementary color
Monochromatic Colors of #354255
Black with #354255
Text Example
Text Example
White with #354255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354255; }
p { color: rgb(53,66,85); }
H1.HeaderClassName
{
color: #354255;
}
.AnyTagClassName
{
color: #354255;
}
</style>
background-color css
<style>
a { background-color: #354255; }
a { background-color: rgb(53,66,85); }
div.DivClassName
{
background-color: #354255;
}
.BgClassName
{
background-color: #354255;
}
</style>
border-color css
<style>
span { border-color: #354255; }
span { border-color: rgb(53,66,85); }
td.TdClassName
{
border-color: #354255;
}
.TagClassName
{
border-color: #354255;
}
</style>