Shades of Cloud Burst #37414F
Tints of Cloud Burst #37414F
RGB
CMYK
RGB Variations
Color information
#37414F (or 0x37414F) is known color: Cloud Burst. HEX triplet: 37, 41 and 4F. RGB value is (55,65,79). Sum of RGB (Red+Green+Blue) = 55+65+79=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 79 - color contains mainly: blue. Hex color #37414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37414F is #C8BEB0. Grayscale: #3F3F3F. Windows color (decimal): -13156017 or 5194039. OLE color: 5194039.
HSL color Cylindrical-coordinate representation of color #37414F: hue angle of 215º 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 #37414F is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 65 | 79 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.69 |
| HSL | 215º | 0.18% | 0.26% | - |
| HSV(B) | 215º | 0.3% | 0.31% | - |
| XYZ | 4.88 | 5.16 | 8.14 | - |
| YUV | 63.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 79 | 0.30 | 0.18 | 0 | 0.69 | 215 | 0.18 | 0.26 |
| Hex | 37 | 41 | 4F | 1E | 12 | 0 | 45 | D7 | 12 | 1A |
| Octal | 67 | 101 | 117 | 36 | 22 | 0 | 105 | 327 | 22 | 32 |
| Binary | 110111 | 1000001 | 1001111 | 11110 | 10010 | 0 | 1000101 | 11010111 | 10010 | 11010 |
Color Harmonies of #37414F
Complementary color
Monochromatic Colors of #37414F
Black with #37414F
Text Example
Text Example
White with #37414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37414F; }
p { color: rgb(55,65,79); }
H1.HeaderClassName
{
color: #37414F;
}
.AnyTagClassName
{
color: #37414F;
}
</style>
background-color css
<style>
a { background-color: #37414F; }
a { background-color: rgb(55,65,79); }
div.DivClassName
{
background-color: #37414F;
}
.BgClassName
{
background-color: #37414F;
}
</style>
border-color css
<style>
span { border-color: #37414F; }
span { border-color: rgb(55,65,79); }
td.TdClassName
{
border-color: #37414F;
}
.TagClassName
{
border-color: #37414F;
}
</style>