Shades of Blue Zodiac #3F4558
Tints of Blue Zodiac #3F4558
RGB
CMYK
RGB Variations
Color information
#3F4558 (or 0x3F4558) is known color: Blue Zodiac. HEX triplet: 3F, 45 and 58. RGB value is (63,69,88). Sum of RGB (Red+Green+Blue) = 63+69+88=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F4558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4558 is #C0BAA7. Grayscale: #454545. Windows color (decimal): -12630696 or 5784895. OLE color: 5784895.
HSL color Cylindrical-coordinate representation of color #3F4558: hue angle of 225.6º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F4558 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 69 | 88 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.65 |
| HSL | 225.6º | 0.17% | 0.3% | - |
| HSV(B) | 225.6º | 0.28% | 0.35% | - |
| XYZ | 5.94 | 6.02 | 10.08 | - |
| YUV | 69.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 88 | 0.28 | 0.22 | 0 | 0.65 | 225.6 | 0.17 | 0.3 |
| Hex | 3F | 45 | 58 | 1C | 16 | 0 | 41 | E2 | 11 | 1E |
| Octal | 77 | 105 | 130 | 34 | 26 | 0 | 101 | 342 | 21 | 36 |
| Binary | 111111 | 1000101 | 1011000 | 11100 | 10110 | 0 | 1000001 | 11100010 | 10001 | 11110 |
Color Harmonies of #3F4558
Complementary color
Monochromatic Colors of #3F4558
Black with #3F4558
Text Example
Text Example
White with #3F4558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4558; }
p { color: rgb(63,69,88); }
H1.HeaderClassName
{
color: #3F4558;
}
.AnyTagClassName
{
color: #3F4558;
}
</style>
background-color css
<style>
a { background-color: #3F4558; }
a { background-color: rgb(63,69,88); }
div.DivClassName
{
background-color: #3F4558;
}
.BgClassName
{
background-color: #3F4558;
}
</style>
border-color css
<style>
span { border-color: #3F4558; }
span { border-color: rgb(63,69,88); }
td.TdClassName
{
border-color: #3F4558;
}
.TagClassName
{
border-color: #3F4558;
}
</style>