#345AA3

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

Shades of Mariner #345AA3

Tints of Mariner #345AA3

Color information

#345AA3 (or 0x345AA3) is unknown color: approx 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

RGB5290163-
CMYK0.680.4500.36
HSL219.46º51.63%42.16%-
HSV(B)219.46º68.1%63.92%-
XYZ11.6810.6936.1-
YUV86.96170.91103.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 163 (64.06% from 255) = 53.44%
R=17.05%
G=29.51%
B=53.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52901630.680.4500.36219.4651.6342.16
Hex345AA3442D024db342a
Octal64132243104550443336452
Binary1101001011010101000111000100101101010010011011011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>