Shades of Cloud Burst #37404D
Tints of Cloud Burst #37404D
RGB
CMYK
RGB Variations
Color information
#37404D (or 0x37404D) is known color: Cloud Burst. HEX triplet: 37, 40 and 4D. RGB value is (55,64,77). Sum of RGB (Red+Green+Blue) = 55+64+77=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #37404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37404D is #C8BFB2. Grayscale: #3E3E3E. Windows color (decimal): -13156275 or 5062711. OLE color: 5062711.
HSL color Cylindrical-coordinate representation of color #37404D: hue angle of 215.45º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #37404D is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 64 | 77 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.70 |
| HSL | 215.45º | 0.17% | 0.26% | - |
| HSV(B) | 215.45º | 0.29% | 0.3% | - |
| XYZ | 4.75 | 5.01 | 7.74 | - |
| YUV | 62.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 77 | 0.29 | 0.17 | 0 | 0.70 | 215.45 | 0.17 | 0.26 |
| Hex | 37 | 40 | 4D | 1D | 11 | 0 | 46 | D7 | 11 | 1A |
| Octal | 67 | 100 | 115 | 35 | 21 | 0 | 106 | 327 | 21 | 32 |
| Binary | 110111 | 1000000 | 1001101 | 11101 | 10001 | 0 | 1000110 | 11010111 | 10001 | 11010 |
Color Harmonies of #37404D
Complementary color
Monochromatic Colors of #37404D
Black with #37404D
Text Example
Text Example
White with #37404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37404D; }
p { color: rgb(55,64,77); }
H1.HeaderClassName
{
color: #37404D;
}
.AnyTagClassName
{
color: #37404D;
}
</style>
background-color css
<style>
a { background-color: #37404D; }
a { background-color: rgb(55,64,77); }
div.DivClassName
{
background-color: #37404D;
}
.BgClassName
{
background-color: #37404D;
}
</style>
border-color css
<style>
span { border-color: #37404D; }
span { border-color: rgb(55,64,77); }
td.TdClassName
{
border-color: #37404D;
}
.TagClassName
{
border-color: #37404D;
}
</style>