Shades of Blue Zodiac #3A3F56
Tints of Blue Zodiac #3A3F56
RGB
CMYK
RGB Variations
Color information
#3A3F56 (or 0x3A3F56) is known color: Blue Zodiac. HEX triplet: 3A, 3F and 56. RGB value is (58,63,86). Sum of RGB (Red+Green+Blue) = 58+63+86=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #3A3F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3F56 is #C5C0A9. Grayscale: #404040. Windows color (decimal): -12959914 or 5652282. OLE color: 5652282.
HSL color Cylindrical-coordinate representation of color #3A3F56: hue angle of 229.29º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A3F56 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 63 | 86 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.66 |
| HSL | 229.29º | 0.19% | 0.28% | - |
| HSV(B) | 229.29º | 0.33% | 0.34% | - |
| XYZ | 5.2 | 5.13 | 9.52 | - |
| YUV | 64.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 63 | 86 | 0.33 | 0.27 | 0 | 0.66 | 229.29 | 0.19 | 0.28 |
| Hex | 3A | 3F | 56 | 21 | 1B | 0 | 42 | E5 | 13 | 1C |
| Octal | 72 | 77 | 126 | 41 | 33 | 0 | 102 | 345 | 23 | 34 |
| Binary | 111010 | 111111 | 1010110 | 100001 | 11011 | 0 | 1000010 | 11100101 | 10011 | 11100 |
Color Harmonies of #3A3F56
Complementary color
Monochromatic Colors of #3A3F56
Black with #3A3F56
Text Example
Text Example
White with #3A3F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3F56; }
p { color: rgb(58,63,86); }
H1.HeaderClassName
{
color: #3A3F56;
}
.AnyTagClassName
{
color: #3A3F56;
}
</style>
background-color css
<style>
a { background-color: #3A3F56; }
a { background-color: rgb(58,63,86); }
div.DivClassName
{
background-color: #3A3F56;
}
.BgClassName
{
background-color: #3A3F56;
}
</style>
border-color css
<style>
span { border-color: #3A3F56; }
span { border-color: rgb(58,63,86); }
td.TdClassName
{
border-color: #3A3F56;
}
.TagClassName
{
border-color: #3A3F56;
}
</style>