Shades of Cloud Burst #373E49
Tints of Cloud Burst #373E49
RGB
CMYK
RGB Variations
Color information
#373E49 (or 0x373E49) is known color: Cloud Burst. HEX triplet: 37, 3E and 49. RGB value is (55,62,73). Sum of RGB (Red+Green+Blue) = 55+62+73=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 73 - color contains mainly: blue. Hex color #373E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373E49 is #C8C1B6. Grayscale: #3D3D3D. Windows color (decimal): -13156791 or 4800055. OLE color: 4800055.
HSL color Cylindrical-coordinate representation of color #373E49: hue angle of 216.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #373E49 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 62 | 73 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.71 |
| HSL | 216.67º | 0.14% | 0.25% | - |
| HSV(B) | 216.67º | 0.25% | 0.29% | - |
| XYZ | 4.5 | 4.74 | 6.98 | - |
| YUV | 61.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 73 | 0.25 | 0.15 | 0 | 0.71 | 216.67 | 0.14 | 0.25 |
| Hex | 37 | 3E | 49 | 19 | F | 0 | 47 | D9 | E | 19 |
| Octal | 67 | 76 | 111 | 31 | 17 | 0 | 107 | 331 | 16 | 31 |
| Binary | 110111 | 111110 | 1001001 | 11001 | 1111 | 0 | 1000111 | 11011001 | 1110 | 11001 |
Color Harmonies of #373E49
Complementary color
Monochromatic Colors of #373E49
Black with #373E49
Text Example
Text Example
White with #373E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373E49; }
p { color: rgb(55,62,73); }
H1.HeaderClassName
{
color: #373E49;
}
.AnyTagClassName
{
color: #373E49;
}
</style>
background-color css
<style>
a { background-color: #373E49; }
a { background-color: rgb(55,62,73); }
div.DivClassName
{
background-color: #373E49;
}
.BgClassName
{
background-color: #373E49;
}
</style>
border-color css
<style>
span { border-color: #373E49; }
span { border-color: rgb(55,62,73); }
td.TdClassName
{
border-color: #373E49;
}
.TagClassName
{
border-color: #373E49;
}
</style>