#344FA4

Color #344FA4 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #344FA4

Tints of Mariner #344FA4

Color information

#344FA4 (or 0x344FA4) is unknown color: approx Mariner. HEX triplet: 34, 4F and A4. RGB value is (52,79,164). Sum of RGB (Red+Green+Blue) = 52+79+164=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 164 (64.45% from 255 or 55.59% from 295); Max value from RGB is 164 - color contains mainly: blue. Hex color #344FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344FA4 is #CBB05B. Grayscale: #505050. Windows color (decimal): -13348956 or 10768180. OLE color: 10768180.

HSL color Cylindrical-coordinate representation of color #344FA4: hue angle of 225.54º 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 #344FA4 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5279164-
CMYK0.680.5200.36
HSL225.54º51.85%42.35%-
HSV(B)225.54º68.29%64.31%-
XYZ10.91936.28-
YUV80.62175.05107.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 164 (64.45% from 255) = 55.59%
R=17.63%
G=26.78%
B=55.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52791640.680.5200.36225.5451.8542.35
Hex344FA44434024e2342a
Octal64117244104640443426452
Binary1101001001111101001001000100110100010010011100010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344FA4; }

 p { color: rgb(52,79,164); }

 H1.HeaderClassName
 {
   color: #344FA4;
 }
 .AnyTagClassName
 {
   color: #344FA4;
 }
</style>
background-color css

<style>
 a { background-color: #344FA4; }

 a { background-color: rgb(52,79,164); }

 div.DivClassName
 {
   background-color: #344FA4;
 }
 .BgClassName
 {
   background-color: #344FA4;
 }
</style>
border-color css

<style>
 span { border-color: #344FA4; }

 span { border-color: rgb(52,79,164); }

 td.TdClassName
 {
   border-color: #344FA4;
 }
 .TagClassName
 {
   border-color: #344FA4;
 }
</style>