Shades of Mariner #3F5BAF
Tints of Mariner #3F5BAF
RGB
CMYK
RGB Variations
Color information
#3F5BAF (or 0x3F5BAF) is known color: Mariner. HEX triplet: 3F, 5B and AF. RGB value is (63,91,175). Sum of RGB (Red+Green+Blue) = 63+91+175=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F5BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5BAF is #C0A450. Grayscale: #5B5B5B. Windows color (decimal): -12624977 or 11492159. OLE color: 11492159.
HSL color Cylindrical-coordinate representation of color #3F5BAF: hue angle of 225º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F5BAF is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 91 | 175 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.31 |
| HSL | 225º | 0.47% | 0.47% | - |
| HSV(B) | 225º | 0.64% | 0.69% | - |
| XYZ | 13.53 | 11.63 | 42.09 | - |
| YUV | 92.2 | 174.72 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 175 | 0.64 | 0.48 | 0 | 0.31 | 225 | 0.47 | 0.47 |
| Hex | 3F | 5B | AF | 40 | 30 | 0 | 1F | E1 | 2F | 2F |
| Octal | 77 | 133 | 257 | 100 | 60 | 0 | 37 | 341 | 57 | 57 |
| Binary | 111111 | 1011011 | 10101111 | 1000000 | 110000 | 0 | 11111 | 11100001 | 101111 | 101111 |
Color Harmonies of #3F5BAF
Complementary color
Monochromatic Colors of #3F5BAF
Black with #3F5BAF
Text Example
Text Example
White with #3F5BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5BAF; }
p { color: rgb(63,91,175); }
H1.HeaderClassName
{
color: #3F5BAF;
}
.AnyTagClassName
{
color: #3F5BAF;
}
</style>
background-color css
<style>
a { background-color: #3F5BAF; }
a { background-color: rgb(63,91,175); }
div.DivClassName
{
background-color: #3F5BAF;
}
.BgClassName
{
background-color: #3F5BAF;
}
</style>
border-color css
<style>
span { border-color: #3F5BAF; }
span { border-color: rgb(63,91,175); }
td.TdClassName
{
border-color: #3F5BAF;
}
.TagClassName
{
border-color: #3F5BAF;
}
</style>