Shades of Cloud Burst #373D50
Tints of Cloud Burst #373D50
RGB
CMYK
RGB Variations
Color information
#373D50 (or 0x373D50) is known color: Cloud Burst. HEX triplet: 37, 3D and 50. RGB value is (55,61,80). Sum of RGB (Red+Green+Blue) = 55+61+80=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #373D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D50 is #C8C2AF. Grayscale: #3D3D3D. Windows color (decimal): -13157040 or 5258551. OLE color: 5258551.
HSL color Cylindrical-coordinate representation of color #373D50: hue angle of 225.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #373D50 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 61 | 80 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.69 |
| HSL | 225.6º | 0.19% | 0.26% | - |
| HSV(B) | 225.6º | 0.31% | 0.31% | - |
| XYZ | 4.69 | 4.73 | 8.25 | - |
| YUV | 61.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 80 | 0.31 | 0.24 | 0 | 0.69 | 225.6 | 0.19 | 0.26 |
| Hex | 37 | 3D | 50 | 1F | 18 | 0 | 45 | E2 | 13 | 1A |
| Octal | 67 | 75 | 120 | 37 | 30 | 0 | 105 | 342 | 23 | 32 |
| Binary | 110111 | 111101 | 1010000 | 11111 | 11000 | 0 | 1000101 | 11100010 | 10011 | 11010 |
Color Harmonies of #373D50
Complementary color
Monochromatic Colors of #373D50
Black with #373D50
Text Example
Text Example
White with #373D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D50; }
p { color: rgb(55,61,80); }
H1.HeaderClassName
{
color: #373D50;
}
.AnyTagClassName
{
color: #373D50;
}
</style>
background-color css
<style>
a { background-color: #373D50; }
a { background-color: rgb(55,61,80); }
div.DivClassName
{
background-color: #373D50;
}
.BgClassName
{
background-color: #373D50;
}
</style>
border-color css
<style>
span { border-color: #373D50; }
span { border-color: rgb(55,61,80); }
td.TdClassName
{
border-color: #373D50;
}
.TagClassName
{
border-color: #373D50;
}
</style>