Html Css Color HEX #345EA2 Mariner

📋 copy color: '#345EA2'

red 52 ◦ green 94 ◦ blue 162

#345EA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #345EA2

Tints of Mariner #345EA2

RGB

 RED value IS 52 (20.7% from 255) = 16.88%

 GREEN value IS 94 (37.11% from 255) = 30.52%

 BLUE value IS 162 (63.67% from 255) = 52.6%

R = 16.88%
G = 30.52%
B = 52.6%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#345EA2 (or 0x345EA2) is known color: Mariner. HEX triplet: 34, 5E and A2. RGB value is (52,94,162). Sum of RGB (Red+Green+Blue) = 52+94+162=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #345EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345EA2 is #CBA15D. Grayscale: #585858. Windows color (decimal): -13345118 or 10640948. OLE color: 10640948.

HSL color Cylindrical-coordinate representation of color #345EA2: hue angle of 217.09º degrees, saturation: 0.51, 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 #345EA2 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 94 162 -
CMYK 0.68 0.42 0 0.36
HSL 217.09º 0.51% 0.42% -
HSV(B) 217.09º 0.68% 0.64% -
XYZ 11.94 11.34 35.74 -
YUV 89.19 169.09 101.47 -
System Red Green Blue C M Y K H S L
Decimal 52 94 162 0.68 0.42 0 0.36 217.09 0.51 0.42
Hex 34 5E A2 44 2A 0 24 D9 33 2A
Octal 64 136 242 104 52 0 44 331 63 52
Binary 110100 1011110 10100010 1000100 101010 0 100100 11011001 110011 101010

Color Harmonies of #345EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345EA2

Black with #345EA2

Text Example


Text Example

White with #345EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345EA2; }

 p { color: rgb(52,94,162); }

 H1.HeaderClassName
 {
   color: #345EA2;
 }
 .AnyTagClassName
 {
   color: #345EA2;
 }
</style>

background-color css

<style>
 a { background-color: #345EA2; }

 a { background-color: rgb(52,94,162); }

 div.DivClassName
 {
   background-color: #345EA2;
 }
 .BgClassName
 {
   background-color: #345EA2;
 }
</style>

border-color css

<style>
 span { border-color: #345EA2; }

 span { border-color: rgb(52,94,162); }

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