Shades of Cloud Burst #354051
Tints of Cloud Burst #354051
RGB
CMYK
RGB Variations
Color information
#354051 (or 0x354051) is known color: Cloud Burst. HEX triplet: 35, 40 and 51. RGB value is (53,64,81). Sum of RGB (Red+Green+Blue) = 53+64+81=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 81 - color contains mainly: blue. Hex color #354051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354051 is #CABFAE. Grayscale: #3E3E3E. Windows color (decimal): -13287343 or 5324853. OLE color: 5324853.
HSL color Cylindrical-coordinate representation of color #354051: hue angle of 216.43º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #354051 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 64 | 81 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.68 |
| HSL | 216.43º | 0.21% | 0.26% | - |
| HSV(B) | 216.43º | 0.35% | 0.32% | - |
| XYZ | 4.79 | 5.02 | 8.5 | - |
| YUV | 62.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 81 | 0.35 | 0.21 | 0 | 0.68 | 216.43 | 0.21 | 0.26 |
| Hex | 35 | 40 | 51 | 23 | 15 | 0 | 44 | D8 | 15 | 1A |
| Octal | 65 | 100 | 121 | 43 | 25 | 0 | 104 | 330 | 25 | 32 |
| Binary | 110101 | 1000000 | 1010001 | 100011 | 10101 | 0 | 1000100 | 11011000 | 10101 | 11010 |
Color Harmonies of #354051
Complementary color
Monochromatic Colors of #354051
Black with #354051
Text Example
Text Example
White with #354051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354051; }
p { color: rgb(53,64,81); }
H1.HeaderClassName
{
color: #354051;
}
.AnyTagClassName
{
color: #354051;
}
</style>
background-color css
<style>
a { background-color: #354051; }
a { background-color: rgb(53,64,81); }
div.DivClassName
{
background-color: #354051;
}
.BgClassName
{
background-color: #354051;
}
</style>
border-color css
<style>
span { border-color: #354051; }
span { border-color: rgb(53,64,81); }
td.TdClassName
{
border-color: #354051;
}
.TagClassName
{
border-color: #354051;
}
</style>