Shades of Mariner #4361AF
Tints of Mariner #4361AF
RGB
CMYK
RGB Variations
Color information
#4361AF (or 0x4361AF) is known color: Mariner. HEX triplet: 43, 61 and AF. RGB value is (67,97,175). Sum of RGB (Red+Green+Blue) = 67+97+175=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #4361AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4361AF is #BC9E50. Grayscale: #606060. Windows color (decimal): -12361297 or 11493699. OLE color: 11493699.
HSL color Cylindrical-coordinate representation of color #4361AF: hue angle of 223.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4361AF is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 97 | 175 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.31 |
| HSL | 223.33º | 0.45% | 0.47% | - |
| HSV(B) | 223.33º | 0.62% | 0.69% | - |
| XYZ | 14.33 | 12.84 | 42.28 | - |
| YUV | 96.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 97 | 175 | 0.62 | 0.45 | 0 | 0.31 | 223.33 | 0.45 | 0.47 |
| Hex | 43 | 61 | AF | 3E | 2D | 0 | 1F | DF | 2D | 2F |
| Octal | 103 | 141 | 257 | 76 | 55 | 0 | 37 | 337 | 55 | 57 |
| Binary | 1000011 | 1100001 | 10101111 | 111110 | 101101 | 0 | 11111 | 11011111 | 101101 | 101111 |
Color Harmonies of #4361AF
Complementary color
Monochromatic Colors of #4361AF
Black with #4361AF
Text Example
Text Example
White with #4361AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4361AF; }
p { color: rgb(67,97,175); }
H1.HeaderClassName
{
color: #4361AF;
}
.AnyTagClassName
{
color: #4361AF;
}
</style>
background-color css
<style>
a { background-color: #4361AF; }
a { background-color: rgb(67,97,175); }
div.DivClassName
{
background-color: #4361AF;
}
.BgClassName
{
background-color: #4361AF;
}
</style>
border-color css
<style>
span { border-color: #4361AF; }
span { border-color: rgb(67,97,175); }
td.TdClassName
{
border-color: #4361AF;
}
.TagClassName
{
border-color: #4361AF;
}
</style>