Shades of Cloud Burst #373F51
Tints of Cloud Burst #373F51
RGB
CMYK
RGB Variations
Color information
#373F51 (or 0x373F51) is known color: Cloud Burst. HEX triplet: 37, 3F and 51. RGB value is (55,63,81). Sum of RGB (Red+Green+Blue) = 55+63+81=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 81 - color contains mainly: blue. Hex color #373F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F51 is #C8C0AE. Grayscale: #3E3E3E. Windows color (decimal): -13156527 or 5324599. OLE color: 5324599.
HSL color Cylindrical-coordinate representation of color #373F51: hue angle of 221.54º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #373F51 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 63 | 81 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.68 |
| HSL | 221.54º | 0.19% | 0.27% | - |
| HSV(B) | 221.54º | 0.32% | 0.32% | - |
| XYZ | 4.84 | 4.96 | 8.49 | - |
| YUV | 62.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 81 | 0.32 | 0.22 | 0 | 0.68 | 221.54 | 0.19 | 0.27 |
| Hex | 37 | 3F | 51 | 20 | 16 | 0 | 44 | DE | 13 | 1B |
| Octal | 67 | 77 | 121 | 40 | 26 | 0 | 104 | 336 | 23 | 33 |
| Binary | 110111 | 111111 | 1010001 | 100000 | 10110 | 0 | 1000100 | 11011110 | 10011 | 11011 |
Color Harmonies of #373F51
Complementary color
Monochromatic Colors of #373F51
Black with #373F51
Text Example
Text Example
White with #373F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F51; }
p { color: rgb(55,63,81); }
H1.HeaderClassName
{
color: #373F51;
}
.AnyTagClassName
{
color: #373F51;
}
</style>
background-color css
<style>
a { background-color: #373F51; }
a { background-color: rgb(55,63,81); }
div.DivClassName
{
background-color: #373F51;
}
.BgClassName
{
background-color: #373F51;
}
</style>
border-color css
<style>
span { border-color: #373F51; }
span { border-color: rgb(55,63,81); }
td.TdClassName
{
border-color: #373F51;
}
.TagClassName
{
border-color: #373F51;
}
</style>