Html Css Color HEX #345A9A Mariner

📋 copy color: '#345A9A'

red 52 ◦ green 90 ◦ blue 154

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

Shades of Mariner #345A9A

Tints of Mariner #345A9A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

 BLUE value IS 154 (60.55% from 255) = 52.03%

R = 17.57%
G = 30.41%
B = 52.03%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#345A9A (or 0x345A9A) is known color: Mariner. HEX triplet: 34, 5A and 9A. RGB value is (52,90,154). Sum of RGB (Red+Green+Blue) = 52+90+154=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #345A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345A9A is #CBA565. Grayscale: #555555. Windows color (decimal): -13346150 or 10115636. OLE color: 10115636.

HSL color Cylindrical-coordinate representation of color #345A9A: hue angle of 217.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #345A9A is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 90 154 -
CMYK 0.66 0.42 0 0.40
HSL 217.65º 0.5% 0.4% -
HSV(B) 217.65º 0.66% 0.6% -
XYZ 10.91 10.38 32 -
YUV 85.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 52 90 154 0.66 0.42 0 0.40 217.65 0.5 0.4
Hex 34 5A 9A 42 2A 0 28 DA 32 28
Octal 64 132 232 102 52 0 50 332 62 50
Binary 110100 1011010 10011010 1000010 101010 0 101000 11011010 110010 101000

Color Harmonies of #345A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A9A

Black with #345A9A

Text Example


Text Example

White with #345A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,90,154); }

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

background-color css

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

 a { background-color: rgb(52,90,154); }

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

border-color css

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

 span { border-color: rgb(52,90,154); }

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