Shades of Cloud Burst #373D49
Tints of Cloud Burst #373D49
RGB
CMYK
RGB Variations
Color information
#373D49 (or 0x373D49) is known color: Cloud Burst. HEX triplet: 37, 3D and 49. RGB value is (55,61,73). Sum of RGB (Red+Green+Blue) = 55+61+73=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 73 - color contains mainly: blue. Hex color #373D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D49 is #C8C2B6. Grayscale: #3C3C3C. Windows color (decimal): -13157047 or 4799799. OLE color: 4799799.
HSL color Cylindrical-coordinate representation of color #373D49: hue angle of 220º 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 #373D49 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 61 | 73 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.71 |
| HSL | 220º | 0.14% | 0.25% | - |
| HSV(B) | 220º | 0.25% | 0.29% | - |
| XYZ | 4.45 | 4.63 | 6.96 | - |
| YUV | 60.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 73 | 0.25 | 0.16 | 0 | 0.71 | 220 | 0.14 | 0.25 |
| Hex | 37 | 3D | 49 | 19 | 10 | 0 | 47 | DC | E | 19 |
| Octal | 67 | 75 | 111 | 31 | 20 | 0 | 107 | 334 | 16 | 31 |
| Binary | 110111 | 111101 | 1001001 | 11001 | 10000 | 0 | 1000111 | 11011100 | 1110 | 11001 |
Color Harmonies of #373D49
Complementary color
Monochromatic Colors of #373D49
Black with #373D49
Text Example
Text Example
White with #373D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D49; }
p { color: rgb(55,61,73); }
H1.HeaderClassName
{
color: #373D49;
}
.AnyTagClassName
{
color: #373D49;
}
</style>
background-color css
<style>
a { background-color: #373D49; }
a { background-color: rgb(55,61,73); }
div.DivClassName
{
background-color: #373D49;
}
.BgClassName
{
background-color: #373D49;
}
</style>
border-color css
<style>
span { border-color: #373D49; }
span { border-color: rgb(55,61,73); }
td.TdClassName
{
border-color: #373D49;
}
.TagClassName
{
border-color: #373D49;
}
</style>