Shades of Blue Zodiac #3F485B
Tints of Blue Zodiac #3F485B
RGB
CMYK
RGB Variations
Color information
#3F485B (or 0x3F485B) is known color: Blue Zodiac. HEX triplet: 3F, 48 and 5B. RGB value is (63,72,91). Sum of RGB (Red+Green+Blue) = 63+72+91=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F485B is #C0B7A4. Grayscale: #474747. Windows color (decimal): -12629925 or 5982271. OLE color: 5982271.
HSL color Cylindrical-coordinate representation of color #3F485B: hue angle of 220.71º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F485B is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 72 | 91 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.64 |
| HSL | 220.71º | 0.18% | 0.3% | - |
| HSV(B) | 220.71º | 0.31% | 0.36% | - |
| XYZ | 6.26 | 6.45 | 10.81 | - |
| YUV | 71.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 91 | 0.31 | 0.21 | 0 | 0.64 | 220.71 | 0.18 | 0.3 |
| Hex | 3F | 48 | 5B | 1F | 15 | 0 | 40 | DD | 12 | 1E |
| Octal | 77 | 110 | 133 | 37 | 25 | 0 | 100 | 335 | 22 | 36 |
| Binary | 111111 | 1001000 | 1011011 | 11111 | 10101 | 0 | 1000000 | 11011101 | 10010 | 11110 |
Color Harmonies of #3F485B
Complementary color
Monochromatic Colors of #3F485B
Black with #3F485B
Text Example
Text Example
White with #3F485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F485B; }
p { color: rgb(63,72,91); }
H1.HeaderClassName
{
color: #3F485B;
}
.AnyTagClassName
{
color: #3F485B;
}
</style>
background-color css
<style>
a { background-color: #3F485B; }
a { background-color: rgb(63,72,91); }
div.DivClassName
{
background-color: #3F485B;
}
.BgClassName
{
background-color: #3F485B;
}
</style>
border-color css
<style>
span { border-color: #3F485B; }
span { border-color: rgb(63,72,91); }
td.TdClassName
{
border-color: #3F485B;
}
.TagClassName
{
border-color: #3F485B;
}
</style>