Shades of Cloud Burst #373F4F
Tints of Cloud Burst #373F4F
RGB
CMYK
RGB Variations
Color information
#373F4F (or 0x373F4F) is known color: Cloud Burst. HEX triplet: 37, 3F and 4F. RGB value is (55,63,79). Sum of RGB (Red+Green+Blue) = 55+63+79=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 79 - color contains mainly: blue. Hex color #373F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F4F is #C8C0B0. Grayscale: #3E3E3E. Windows color (decimal): -13156529 or 5193527. OLE color: 5193527.
HSL color Cylindrical-coordinate representation of color #373F4F: hue angle of 220º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #373F4F is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 63 | 79 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.69 |
| HSL | 220º | 0.18% | 0.26% | - |
| HSV(B) | 220º | 0.3% | 0.31% | - |
| XYZ | 4.76 | 4.93 | 8.1 | - |
| YUV | 62.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 79 | 0.30 | 0.20 | 0 | 0.69 | 220 | 0.18 | 0.26 |
| Hex | 37 | 3F | 4F | 1E | 14 | 0 | 45 | DC | 12 | 1A |
| Octal | 67 | 77 | 117 | 36 | 24 | 0 | 105 | 334 | 22 | 32 |
| Binary | 110111 | 111111 | 1001111 | 11110 | 10100 | 0 | 1000101 | 11011100 | 10010 | 11010 |
Color Harmonies of #373F4F
Complementary color
Monochromatic Colors of #373F4F
Black with #373F4F
Text Example
Text Example
White with #373F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F4F; }
p { color: rgb(55,63,79); }
H1.HeaderClassName
{
color: #373F4F;
}
.AnyTagClassName
{
color: #373F4F;
}
</style>
background-color css
<style>
a { background-color: #373F4F; }
a { background-color: rgb(55,63,79); }
div.DivClassName
{
background-color: #373F4F;
}
.BgClassName
{
background-color: #373F4F;
}
</style>
border-color css
<style>
span { border-color: #373F4F; }
span { border-color: rgb(55,63,79); }
td.TdClassName
{
border-color: #373F4F;
}
.TagClassName
{
border-color: #373F4F;
}
</style>