Html Css Color HEX #345B9A Mariner

📋 copy color: '#345B9A'

red 52 ◦ green 91 ◦ blue 154

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

Shades of Mariner #345B9A

Tints of Mariner #345B9A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.64%

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

R = 17.51%
G = 30.64%
B = 51.85%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#345B9A (or 0x345B9A) is known color: Mariner. HEX triplet: 34, 5B and 9A. RGB value is (52,91,154). Sum of RGB (Red+Green+Blue) = 52+91+154=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #345B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B9A is #CBA465. Grayscale: #565656. Windows color (decimal): -13345894 or 10115892. OLE color: 10115892.

HSL color Cylindrical-coordinate representation of color #345B9A: hue angle of 217.06º 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 #345B9A is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 91 154 -
CMYK 0.66 0.41 0 0.40
HSL 217.06º 0.5% 0.4% -
HSV(B) 217.06º 0.66% 0.6% -
XYZ 10.99 10.55 32.03 -
YUV 86.52 166.08 103.38 -
System Red Green Blue C M Y K H S L
Decimal 52 91 154 0.66 0.41 0 0.40 217.06 0.5 0.4
Hex 34 5B 9A 42 29 0 28 D9 32 28
Octal 64 133 232 102 51 0 50 331 62 50
Binary 110100 1011011 10011010 1000010 101001 0 101000 11011001 110010 101000

Color Harmonies of #345B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345B9A

Black with #345B9A

Text Example


Text Example

White with #345B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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