Shades of Cloud Burst #373F50
Tints of Cloud Burst #373F50
RGB
CMYK
RGB Variations
Color information
#373F50 (or 0x373F50) is known color: Cloud Burst. HEX triplet: 37, 3F and 50. RGB value is (55,63,80). Sum of RGB (Red+Green+Blue) = 55+63+80=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #373F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F50 is #C8C0AF. Grayscale: #3E3E3E. Windows color (decimal): -13156528 or 5259063. OLE color: 5259063.
HSL color Cylindrical-coordinate representation of color #373F50: hue angle of 220.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #373F50 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 63 | 80 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.69 |
| HSL | 220.8º | 0.19% | 0.26% | - |
| HSV(B) | 220.8º | 0.31% | 0.31% | - |
| XYZ | 4.8 | 4.95 | 8.29 | - |
| YUV | 62.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 80 | 0.31 | 0.21 | 0 | 0.69 | 220.8 | 0.19 | 0.26 |
| Hex | 37 | 3F | 50 | 1F | 15 | 0 | 45 | DD | 13 | 1A |
| Octal | 67 | 77 | 120 | 37 | 25 | 0 | 105 | 335 | 23 | 32 |
| Binary | 110111 | 111111 | 1010000 | 11111 | 10101 | 0 | 1000101 | 11011101 | 10011 | 11010 |
Color Harmonies of #373F50
Complementary color
Monochromatic Colors of #373F50
Black with #373F50
Text Example
Text Example
White with #373F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F50; }
p { color: rgb(55,63,80); }
H1.HeaderClassName
{
color: #373F50;
}
.AnyTagClassName
{
color: #373F50;
}
</style>
background-color css
<style>
a { background-color: #373F50; }
a { background-color: rgb(55,63,80); }
div.DivClassName
{
background-color: #373F50;
}
.BgClassName
{
background-color: #373F50;
}
</style>
border-color css
<style>
span { border-color: #373F50; }
span { border-color: rgb(55,63,80); }
td.TdClassName
{
border-color: #373F50;
}
.TagClassName
{
border-color: #373F50;
}
</style>