Shades of Cloud Burst #373D46
Tints of Cloud Burst #373D46
RGB
CMYK
RGB Variations
Color information
#373D46 (or 0x373D46) is known color: Cloud Burst. HEX triplet: 37, 3D and 46. RGB value is (55,61,70). Sum of RGB (Red+Green+Blue) = 55+61+70=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 70 - color contains mainly: blue. Hex color #373D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D46 is #C8C2B9. Grayscale: #3C3C3C. Windows color (decimal): -13157050 or 4603191. OLE color: 4603191.
HSL color Cylindrical-coordinate representation of color #373D46: hue angle of 216º 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 #373D46 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 61 | 70 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.73 |
| HSL | 216º | 0.12% | 0.25% | - |
| HSV(B) | 216º | 0.21% | 0.27% | - |
| XYZ | 4.35 | 4.59 | 6.45 | - |
| YUV | 60.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 70 | 0.21 | 0.13 | 0 | 0.73 | 216 | 0.12 | 0.25 |
| Hex | 37 | 3D | 46 | 15 | D | 0 | 49 | D8 | C | 19 |
| Octal | 67 | 75 | 106 | 25 | 15 | 0 | 111 | 330 | 14 | 31 |
| Binary | 110111 | 111101 | 1000110 | 10101 | 1101 | 0 | 1001001 | 11011000 | 1100 | 11001 |
Color Harmonies of #373D46
Complementary color
Monochromatic Colors of #373D46
Black with #373D46
Text Example
Text Example
White with #373D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D46; }
p { color: rgb(55,61,70); }
H1.HeaderClassName
{
color: #373D46;
}
.AnyTagClassName
{
color: #373D46;
}
</style>
background-color css
<style>
a { background-color: #373D46; }
a { background-color: rgb(55,61,70); }
div.DivClassName
{
background-color: #373D46;
}
.BgClassName
{
background-color: #373D46;
}
</style>
border-color css
<style>
span { border-color: #373D46; }
span { border-color: rgb(55,61,70); }
td.TdClassName
{
border-color: #373D46;
}
.TagClassName
{
border-color: #373D46;
}
</style>