Shades of Mariner #4365AF
Tints of Mariner #4365AF
RGB
CMYK
RGB Variations
Color information
#4365AF (or 0x4365AF) is known color: Mariner. HEX triplet: 43, 65 and AF. RGB value is (67,101,175). Sum of RGB (Red+Green+Blue) = 67+101+175=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #4365AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4365AF is #BC9A50. Grayscale: #626262. Windows color (decimal): -12360273 or 11494723. OLE color: 11494723.
HSL color Cylindrical-coordinate representation of color #4365AF: hue angle of 221.11º 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 #4365AF is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 101 | 175 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.31 |
| HSL | 221.11º | 0.45% | 0.47% | - |
| HSV(B) | 221.11º | 0.62% | 0.69% | - |
| XYZ | 14.71 | 13.6 | 42.41 | - |
| YUV | 99.27 | 170.74 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 101 | 175 | 0.62 | 0.42 | 0 | 0.31 | 221.11 | 0.45 | 0.47 |
| Hex | 43 | 65 | AF | 3E | 2A | 0 | 1F | DD | 2D | 2F |
| Octal | 103 | 145 | 257 | 76 | 52 | 0 | 37 | 335 | 55 | 57 |
| Binary | 1000011 | 1100101 | 10101111 | 111110 | 101010 | 0 | 11111 | 11011101 | 101101 | 101111 |
Color Harmonies of #4365AF
Complementary color
Monochromatic Colors of #4365AF
Black with #4365AF
Text Example
Text Example
White with #4365AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4365AF; }
p { color: rgb(67,101,175); }
H1.HeaderClassName
{
color: #4365AF;
}
.AnyTagClassName
{
color: #4365AF;
}
</style>
background-color css
<style>
a { background-color: #4365AF; }
a { background-color: rgb(67,101,175); }
div.DivClassName
{
background-color: #4365AF;
}
.BgClassName
{
background-color: #4365AF;
}
</style>
border-color css
<style>
span { border-color: #4365AF; }
span { border-color: rgb(67,101,175); }
td.TdClassName
{
border-color: #4365AF;
}
.TagClassName
{
border-color: #4365AF;
}
</style>