Shades of Cloud Burst #373C47
Tints of Cloud Burst #373C47
RGB
CMYK
RGB Variations
Color information
#373C47 (or 0x373C47) is known color: Cloud Burst. HEX triplet: 37, 3C and 47. RGB value is (55,60,71). Sum of RGB (Red+Green+Blue) = 55+60+71=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 71 - color contains mainly: blue. Hex color #373C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373C47 is #C8C3B8. Grayscale: #3B3B3B. Windows color (decimal): -13157305 or 4668471. OLE color: 4668471.
HSL color Cylindrical-coordinate representation of color #373C47: hue angle of 221.25º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #373C47 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 60 | 71 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.72 |
| HSL | 221.25º | 0.13% | 0.25% | - |
| HSV(B) | 221.25º | 0.23% | 0.28% | - |
| XYZ | 4.33 | 4.5 | 6.6 | - |
| YUV | 59.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 71 | 0.23 | 0.15 | 0 | 0.72 | 221.25 | 0.13 | 0.25 |
| Hex | 37 | 3C | 47 | 17 | F | 0 | 48 | DD | D | 19 |
| Octal | 67 | 74 | 107 | 27 | 17 | 0 | 110 | 335 | 15 | 31 |
| Binary | 110111 | 111100 | 1000111 | 10111 | 1111 | 0 | 1001000 | 11011101 | 1101 | 11001 |
Color Harmonies of #373C47
Complementary color
Monochromatic Colors of #373C47
Black with #373C47
Text Example
Text Example
White with #373C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C47; }
p { color: rgb(55,60,71); }
H1.HeaderClassName
{
color: #373C47;
}
.AnyTagClassName
{
color: #373C47;
}
</style>
background-color css
<style>
a { background-color: #373C47; }
a { background-color: rgb(55,60,71); }
div.DivClassName
{
background-color: #373C47;
}
.BgClassName
{
background-color: #373C47;
}
</style>
border-color css
<style>
span { border-color: #373C47; }
span { border-color: rgb(55,60,71); }
td.TdClassName
{
border-color: #373C47;
}
.TagClassName
{
border-color: #373C47;
}
</style>