Shades of Cloud Burst #354150
Tints of Cloud Burst #354150
RGB
CMYK
RGB Variations
Color information
#354150 (or 0x354150) is known color: Cloud Burst. HEX triplet: 35, 41 and 50. RGB value is (53,65,80). Sum of RGB (Red+Green+Blue) = 53+65+80=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #354150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354150 is #CABEAF. Grayscale: #3F3F3F. Windows color (decimal): -13287088 or 5259573. OLE color: 5259573.
HSL color Cylindrical-coordinate representation of color #354150: hue angle of 213.33º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #354150 is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 65 | 80 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.69 |
| HSL | 213.33º | 0.2% | 0.26% | - |
| HSV(B) | 213.33º | 0.34% | 0.31% | - |
| XYZ | 4.81 | 5.12 | 8.32 | - |
| YUV | 63.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 80 | 0.34 | 0.19 | 0 | 0.69 | 213.33 | 0.2 | 0.26 |
| Hex | 35 | 41 | 50 | 22 | 13 | 0 | 45 | D5 | 14 | 1A |
| Octal | 65 | 101 | 120 | 42 | 23 | 0 | 105 | 325 | 24 | 32 |
| Binary | 110101 | 1000001 | 1010000 | 100010 | 10011 | 0 | 1000101 | 11010101 | 10100 | 11010 |
Color Harmonies of #354150
Complementary color
Monochromatic Colors of #354150
Black with #354150
Text Example
Text Example
White with #354150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354150; }
p { color: rgb(53,65,80); }
H1.HeaderClassName
{
color: #354150;
}
.AnyTagClassName
{
color: #354150;
}
</style>
background-color css
<style>
a { background-color: #354150; }
a { background-color: rgb(53,65,80); }
div.DivClassName
{
background-color: #354150;
}
.BgClassName
{
background-color: #354150;
}
</style>
border-color css
<style>
span { border-color: #354150; }
span { border-color: rgb(53,65,80); }
td.TdClassName
{
border-color: #354150;
}
.TagClassName
{
border-color: #354150;
}
</style>