Shades of Cloud Burst #373C4D
Tints of Cloud Burst #373C4D
RGB
CMYK
RGB Variations
Color information
#373C4D (or 0x373C4D) is known color: Cloud Burst. HEX triplet: 37, 3C and 4D. RGB value is (55,60,77). Sum of RGB (Red+Green+Blue) = 55+60+77=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #373C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C4D is #C8C3B2. Grayscale: #3C3C3C. Windows color (decimal): -13157299 or 5061687. OLE color: 5061687.
HSL color Cylindrical-coordinate representation of color #373C4D: hue angle of 226.36º 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 #373C4D is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 60 | 77 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.70 |
| HSL | 226.36º | 0.17% | 0.26% | - |
| HSV(B) | 226.36º | 0.29% | 0.3% | - |
| XYZ | 4.53 | 4.58 | 7.67 | - |
| YUV | 60.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 77 | 0.29 | 0.22 | 0 | 0.70 | 226.36 | 0.17 | 0.26 |
| Hex | 37 | 3C | 4D | 1D | 16 | 0 | 46 | E2 | 11 | 1A |
| Octal | 67 | 74 | 115 | 35 | 26 | 0 | 106 | 342 | 21 | 32 |
| Binary | 110111 | 111100 | 1001101 | 11101 | 10110 | 0 | 1000110 | 11100010 | 10001 | 11010 |
Color Harmonies of #373C4D
Complementary color
Monochromatic Colors of #373C4D
Black with #373C4D
Text Example
Text Example
White with #373C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C4D; }
p { color: rgb(55,60,77); }
H1.HeaderClassName
{
color: #373C4D;
}
.AnyTagClassName
{
color: #373C4D;
}
</style>
background-color css
<style>
a { background-color: #373C4D; }
a { background-color: rgb(55,60,77); }
div.DivClassName
{
background-color: #373C4D;
}
.BgClassName
{
background-color: #373C4D;
}
</style>
border-color css
<style>
span { border-color: #373C4D; }
span { border-color: rgb(55,60,77); }
td.TdClassName
{
border-color: #373C4D;
}
.TagClassName
{
border-color: #373C4D;
}
</style>