Shades of Cloud Burst #373E4B
Tints of Cloud Burst #373E4B
RGB
CMYK
RGB Variations
Color information
#373E4B (or 0x373E4B) is known color: Cloud Burst. HEX triplet: 37, 3E and 4B. RGB value is (55,62,75). Sum of RGB (Red+Green+Blue) = 55+62+75=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #373E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373E4B is #C8C1B4. Grayscale: #3D3D3D. Windows color (decimal): -13156789 or 4931127. OLE color: 4931127.
HSL color Cylindrical-coordinate representation of color #373E4B: hue angle of 219º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #373E4B is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 62 | 75 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.71 |
| HSL | 219º | 0.15% | 0.25% | - |
| HSV(B) | 219º | 0.27% | 0.29% | - |
| XYZ | 4.57 | 4.77 | 7.34 | - |
| YUV | 61.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 75 | 0.27 | 0.17 | 0 | 0.71 | 219 | 0.15 | 0.25 |
| Hex | 37 | 3E | 4B | 1B | 11 | 0 | 47 | DB | F | 19 |
| Octal | 67 | 76 | 113 | 33 | 21 | 0 | 107 | 333 | 17 | 31 |
| Binary | 110111 | 111110 | 1001011 | 11011 | 10001 | 0 | 1000111 | 11011011 | 1111 | 11001 |
Color Harmonies of #373E4B
Complementary color
Monochromatic Colors of #373E4B
Black with #373E4B
Text Example
Text Example
White with #373E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373E4B; }
p { color: rgb(55,62,75); }
H1.HeaderClassName
{
color: #373E4B;
}
.AnyTagClassName
{
color: #373E4B;
}
</style>
background-color css
<style>
a { background-color: #373E4B; }
a { background-color: rgb(55,62,75); }
div.DivClassName
{
background-color: #373E4B;
}
.BgClassName
{
background-color: #373E4B;
}
</style>
border-color css
<style>
span { border-color: #373E4B; }
span { border-color: rgb(55,62,75); }
td.TdClassName
{
border-color: #373E4B;
}
.TagClassName
{
border-color: #373E4B;
}
</style>