Shades of Mariner #345AA3
Tints of Mariner #345AA3
RGB
CMYK
RGB Variations
Color information
#345AA3 (or 0x345AA3) is known color: Mariner. HEX triplet: 34, 5A and A3. RGB value is (52,90,163). Sum of RGB (Red+Green+Blue) = 52+90+163=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 163 (64.06% from 255 or 53.44% from 305); Max value from RGB is 163 - color contains mainly: blue. Hex color #345AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345AA3 is #CBA55C. Grayscale: #565656. Windows color (decimal): -13346141 or 10705460. OLE color: 10705460.
HSL color Cylindrical-coordinate representation of color #345AA3: hue angle of 219.46º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #345AA3 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 90 | 163 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.36 |
| HSL | 219.46º | 0.52% | 0.42% | - |
| HSV(B) | 219.46º | 0.68% | 0.64% | - |
| XYZ | 11.68 | 10.69 | 36.1 | - |
| YUV | 86.96 | 170.91 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 163 | 0.68 | 0.45 | 0 | 0.36 | 219.46 | 0.52 | 0.42 |
| Hex | 34 | 5A | A3 | 44 | 2D | 0 | 24 | DB | 34 | 2A |
| Octal | 64 | 132 | 243 | 104 | 55 | 0 | 44 | 333 | 64 | 52 |
| Binary | 110100 | 1011010 | 10100011 | 1000100 | 101101 | 0 | 100100 | 11011011 | 110100 | 101010 |
Color Harmonies of #345AA3
Complementary color
Monochromatic Colors of #345AA3
Black with #345AA3
Text Example
Text Example
White with #345AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345AA3; }
p { color: rgb(52,90,163); }
H1.HeaderClassName
{
color: #345AA3;
}
.AnyTagClassName
{
color: #345AA3;
}
</style>
background-color css
<style>
a { background-color: #345AA3; }
a { background-color: rgb(52,90,163); }
div.DivClassName
{
background-color: #345AA3;
}
.BgClassName
{
background-color: #345AA3;
}
</style>
border-color css
<style>
span { border-color: #345AA3; }
span { border-color: rgb(52,90,163); }
td.TdClassName
{
border-color: #345AA3;
}
.TagClassName
{
border-color: #345AA3;
}
</style>