Shades of Blue Zodiac #373D53
Tints of Blue Zodiac #373D53
RGB
CMYK
RGB Variations
Color information
#373D53 (or 0x373D53) is known color: Blue Zodiac. HEX triplet: 37, 3D and 53. RGB value is (55,61,83). Sum of RGB (Red+Green+Blue) = 55+61+83=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #373D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D53 is #C8C2AC. Grayscale: #3D3D3D. Windows color (decimal): -13157037 or 5455159. OLE color: 5455159.
HSL color Cylindrical-coordinate representation of color #373D53: hue angle of 227.14º 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 #373D53 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 61 | 83 | - |
| CMYK | 0.34 | 0.27 | 0 | 0.67 |
| HSL | 227.14º | 0.2% | 0.27% | - |
| HSV(B) | 227.14º | 0.34% | 0.33% | - |
| XYZ | 4.81 | 4.77 | 8.85 | - |
| YUV | 61.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 83 | 0.34 | 0.27 | 0 | 0.67 | 227.14 | 0.2 | 0.27 |
| Hex | 37 | 3D | 53 | 22 | 1B | 0 | 43 | E3 | 14 | 1B |
| Octal | 67 | 75 | 123 | 42 | 33 | 0 | 103 | 343 | 24 | 33 |
| Binary | 110111 | 111101 | 1010011 | 100010 | 11011 | 0 | 1000011 | 11100011 | 10100 | 11011 |
Color Harmonies of #373D53
Complementary color
Monochromatic Colors of #373D53
Black with #373D53
Text Example
Text Example
White with #373D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D53; }
p { color: rgb(55,61,83); }
H1.HeaderClassName
{
color: #373D53;
}
.AnyTagClassName
{
color: #373D53;
}
</style>
background-color css
<style>
a { background-color: #373D53; }
a { background-color: rgb(55,61,83); }
div.DivClassName
{
background-color: #373D53;
}
.BgClassName
{
background-color: #373D53;
}
</style>
border-color css
<style>
span { border-color: #373D53; }
span { border-color: rgb(55,61,83); }
td.TdClassName
{
border-color: #373D53;
}
.TagClassName
{
border-color: #373D53;
}
</style>