Shades of Mariner #345AA4
Tints of Mariner #345AA4
RGB
CMYK
RGB Variations
Color information
#345AA4 (or 0x345AA4) is known color: Mariner. HEX triplet: 34, 5A and A4. RGB value is (52,90,164). Sum of RGB (Red+Green+Blue) = 52+90+164=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #345AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345AA4 is #CBA55B. Grayscale: #565656. Windows color (decimal): -13346140 or 10770996. OLE color: 10770996.
HSL color Cylindrical-coordinate representation of color #345AA4: hue angle of 219.64º 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 #345AA4 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 90 | 164 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.36 |
| HSL | 219.64º | 0.52% | 0.42% | - |
| HSV(B) | 219.64º | 0.68% | 0.64% | - |
| XYZ | 11.77 | 10.72 | 36.57 | - |
| YUV | 87.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 164 | 0.68 | 0.45 | 0 | 0.36 | 219.64 | 0.52 | 0.42 |
| Hex | 34 | 5A | A4 | 44 | 2D | 0 | 24 | DC | 34 | 2A |
| Octal | 64 | 132 | 244 | 104 | 55 | 0 | 44 | 334 | 64 | 52 |
| Binary | 110100 | 1011010 | 10100100 | 1000100 | 101101 | 0 | 100100 | 11011100 | 110100 | 101010 |
Color Harmonies of #345AA4
Complementary color
Monochromatic Colors of #345AA4
Black with #345AA4
Text Example
Text Example
White with #345AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345AA4; }
p { color: rgb(52,90,164); }
H1.HeaderClassName
{
color: #345AA4;
}
.AnyTagClassName
{
color: #345AA4;
}
</style>
background-color css
<style>
a { background-color: #345AA4; }
a { background-color: rgb(52,90,164); }
div.DivClassName
{
background-color: #345AA4;
}
.BgClassName
{
background-color: #345AA4;
}
</style>
border-color css
<style>
span { border-color: #345AA4; }
span { border-color: rgb(52,90,164); }
td.TdClassName
{
border-color: #345AA4;
}
.TagClassName
{
border-color: #345AA4;
}
</style>