Shades of Cloud Burst #374050
Tints of Cloud Burst #374050
RGB
CMYK
RGB Variations
Color information
#374050 (or 0x374050) is known color: Cloud Burst. HEX triplet: 37, 40 and 50. RGB value is (55,64,80). Sum of RGB (Red+Green+Blue) = 55+64+80=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #374050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374050 is #C8BFAF. Grayscale: #3F3F3F. Windows color (decimal): -13156272 or 5259319. OLE color: 5259319.
HSL color Cylindrical-coordinate representation of color #374050: hue angle of 218.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #374050 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 64 | 80 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.69 |
| HSL | 218.4º | 0.19% | 0.26% | - |
| HSV(B) | 218.4º | 0.31% | 0.31% | - |
| XYZ | 4.86 | 5.06 | 8.31 | - |
| YUV | 63.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 80 | 0.31 | 0.20 | 0 | 0.69 | 218.4 | 0.19 | 0.26 |
| Hex | 37 | 40 | 50 | 1F | 14 | 0 | 45 | DA | 13 | 1A |
| Octal | 67 | 100 | 120 | 37 | 24 | 0 | 105 | 332 | 23 | 32 |
| Binary | 110111 | 1000000 | 1010000 | 11111 | 10100 | 0 | 1000101 | 11011010 | 10011 | 11010 |
Color Harmonies of #374050
Complementary color
Monochromatic Colors of #374050
Black with #374050
Text Example
Text Example
White with #374050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374050; }
p { color: rgb(55,64,80); }
H1.HeaderClassName
{
color: #374050;
}
.AnyTagClassName
{
color: #374050;
}
</style>
background-color css
<style>
a { background-color: #374050; }
a { background-color: rgb(55,64,80); }
div.DivClassName
{
background-color: #374050;
}
.BgClassName
{
background-color: #374050;
}
</style>
border-color css
<style>
span { border-color: #374050; }
span { border-color: rgb(55,64,80); }
td.TdClassName
{
border-color: #374050;
}
.TagClassName
{
border-color: #374050;
}
</style>