Shades of Mariner #3F5FB0
Tints of Mariner #3F5FB0
RGB
CMYK
RGB Variations
Color information
#3F5FB0 (or 0x3F5FB0) is known color: Mariner. HEX triplet: 3F, 5F and B0. RGB value is (63,95,176). Sum of RGB (Red+Green+Blue) = 63+95+176=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 176 (69.14% from 255 or 52.69% from 334); Max value from RGB is 176 - color contains mainly: blue. Hex color #3F5FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5FB0 is #C0A04F. Grayscale: #5E5E5E. Windows color (decimal): -12623952 or 11558719. OLE color: 11558719.
HSL color Cylindrical-coordinate representation of color #3F5FB0: hue angle of 223.01º 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 #3F5FB0 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 95 | 176 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.31 |
| HSL | 223.01º | 0.47% | 0.47% | - |
| HSV(B) | 223.01º | 0.64% | 0.69% | - |
| XYZ | 13.98 | 12.38 | 42.73 | - |
| YUV | 94.67 | 173.9 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 176 | 0.64 | 0.46 | 0 | 0.31 | 223.01 | 0.47 | 0.47 |
| Hex | 3F | 5F | B0 | 40 | 2E | 0 | 1F | DF | 2F | 2F |
| Octal | 77 | 137 | 260 | 100 | 56 | 0 | 37 | 337 | 57 | 57 |
| Binary | 111111 | 1011111 | 10110000 | 1000000 | 101110 | 0 | 11111 | 11011111 | 101111 | 101111 |
Color Harmonies of #3F5FB0
Complementary color
Monochromatic Colors of #3F5FB0
Black with #3F5FB0
Text Example
Text Example
White with #3F5FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5FB0; }
p { color: rgb(63,95,176); }
H1.HeaderClassName
{
color: #3F5FB0;
}
.AnyTagClassName
{
color: #3F5FB0;
}
</style>
background-color css
<style>
a { background-color: #3F5FB0; }
a { background-color: rgb(63,95,176); }
div.DivClassName
{
background-color: #3F5FB0;
}
.BgClassName
{
background-color: #3F5FB0;
}
</style>
border-color css
<style>
span { border-color: #3F5FB0; }
span { border-color: rgb(63,95,176); }
td.TdClassName
{
border-color: #3F5FB0;
}
.TagClassName
{
border-color: #3F5FB0;
}
</style>