Shades of Cloud Burst #373C46
Tints of Cloud Burst #373C46
RGB
CMYK
RGB Variations
Color information
#373C46 (or 0x373C46) is known color: Cloud Burst. HEX triplet: 37, 3C and 46. RGB value is (55,60,70). Sum of RGB (Red+Green+Blue) = 55+60+70=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 70 - color contains mainly: blue. Hex color #373C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373C46 is #C8C3B9. Grayscale: #3B3B3B. Windows color (decimal): -13157306 or 4602935. OLE color: 4602935.
HSL color Cylindrical-coordinate representation of color #373C46: hue angle of 220º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #373C46 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 60 | 70 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.73 |
| HSL | 220º | 0.12% | 0.25% | - |
| HSV(B) | 220º | 0.21% | 0.27% | - |
| XYZ | 4.3 | 4.49 | 6.43 | - |
| YUV | 59.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 70 | 0.21 | 0.14 | 0 | 0.73 | 220 | 0.12 | 0.25 |
| Hex | 37 | 3C | 46 | 15 | E | 0 | 49 | DC | C | 19 |
| Octal | 67 | 74 | 106 | 25 | 16 | 0 | 111 | 334 | 14 | 31 |
| Binary | 110111 | 111100 | 1000110 | 10101 | 1110 | 0 | 1001001 | 11011100 | 1100 | 11001 |
Color Harmonies of #373C46
Complementary color
Monochromatic Colors of #373C46
Black with #373C46
Text Example
Text Example
White with #373C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C46; }
p { color: rgb(55,60,70); }
H1.HeaderClassName
{
color: #373C46;
}
.AnyTagClassName
{
color: #373C46;
}
</style>
background-color css
<style>
a { background-color: #373C46; }
a { background-color: rgb(55,60,70); }
div.DivClassName
{
background-color: #373C46;
}
.BgClassName
{
background-color: #373C46;
}
</style>
border-color css
<style>
span { border-color: #373C46; }
span { border-color: rgb(55,60,70); }
td.TdClassName
{
border-color: #373C46;
}
.TagClassName
{
border-color: #373C46;
}
</style>