Shades of Blue Zodiac #373F53
Tints of Blue Zodiac #373F53
RGB
CMYK
RGB Variations
Color information
#373F53 (or 0x373F53) is known color: Blue Zodiac. HEX triplet: 37, 3F and 53. RGB value is (55,63,83). Sum of RGB (Red+Green+Blue) = 55+63+83=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #373F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F53 is #C8C0AC. Grayscale: #3E3E3E. Windows color (decimal): -13156525 or 5455671. OLE color: 5455671.
HSL color Cylindrical-coordinate representation of color #373F53: hue angle of 222.86º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #373F53 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 63 | 83 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.67 |
| HSL | 222.86º | 0.2% | 0.27% | - |
| HSV(B) | 222.86º | 0.34% | 0.33% | - |
| XYZ | 4.91 | 4.99 | 8.89 | - |
| YUV | 62.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 83 | 0.34 | 0.24 | 0 | 0.67 | 222.86 | 0.2 | 0.27 |
| Hex | 37 | 3F | 53 | 22 | 18 | 0 | 43 | DF | 14 | 1B |
| Octal | 67 | 77 | 123 | 42 | 30 | 0 | 103 | 337 | 24 | 33 |
| Binary | 110111 | 111111 | 1010011 | 100010 | 11000 | 0 | 1000011 | 11011111 | 10100 | 11011 |
Color Harmonies of #373F53
Complementary color
Monochromatic Colors of #373F53
Black with #373F53
Text Example
Text Example
White with #373F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F53; }
p { color: rgb(55,63,83); }
H1.HeaderClassName
{
color: #373F53;
}
.AnyTagClassName
{
color: #373F53;
}
</style>
background-color css
<style>
a { background-color: #373F53; }
a { background-color: rgb(55,63,83); }
div.DivClassName
{
background-color: #373F53;
}
.BgClassName
{
background-color: #373F53;
}
</style>
border-color css
<style>
span { border-color: #373F53; }
span { border-color: rgb(55,63,83); }
td.TdClassName
{
border-color: #373F53;
}
.TagClassName
{
border-color: #373F53;
}
</style>