Shades of Mariner #344FA3
Tints of Mariner #344FA3
RGB
CMYK
RGB Variations
Color information
#344FA3 (or 0x344FA3) is known color: Mariner. HEX triplet: 34, 4F and A3. RGB value is (52,79,163). Sum of RGB (Red+Green+Blue) = 52+79+163=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 163 (64.06% from 255 or 55.44% from 294); Max value from RGB is 163 - color contains mainly: blue. Hex color #344FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344FA3 is #CBB05C. Grayscale: #505050. Windows color (decimal): -13348957 or 10702644. OLE color: 10702644.
HSL color Cylindrical-coordinate representation of color #344FA3: hue angle of 225.41º 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 #344FA3 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 79 | 163 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.36 |
| HSL | 225.41º | 0.52% | 0.42% | - |
| HSV(B) | 225.41º | 0.68% | 0.64% | - |
| XYZ | 10.82 | 8.97 | 35.81 | - |
| YUV | 80.5 | 174.55 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 163 | 0.68 | 0.52 | 0 | 0.36 | 225.41 | 0.52 | 0.42 |
| Hex | 34 | 4F | A3 | 44 | 34 | 0 | 24 | E1 | 34 | 2A |
| Octal | 64 | 117 | 243 | 104 | 64 | 0 | 44 | 341 | 64 | 52 |
| Binary | 110100 | 1001111 | 10100011 | 1000100 | 110100 | 0 | 100100 | 11100001 | 110100 | 101010 |
Color Harmonies of #344FA3
Complementary color
Monochromatic Colors of #344FA3
Black with #344FA3
Text Example
Text Example
White with #344FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344FA3; }
p { color: rgb(52,79,163); }
H1.HeaderClassName
{
color: #344FA3;
}
.AnyTagClassName
{
color: #344FA3;
}
</style>
background-color css
<style>
a { background-color: #344FA3; }
a { background-color: rgb(52,79,163); }
div.DivClassName
{
background-color: #344FA3;
}
.BgClassName
{
background-color: #344FA3;
}
</style>
border-color css
<style>
span { border-color: #344FA3; }
span { border-color: rgb(52,79,163); }
td.TdClassName
{
border-color: #344FA3;
}
.TagClassName
{
border-color: #344FA3;
}
</style>