Html Css Color HEX #345F9A Mariner

📋 copy color: '#345F9A'

red 52 ◦ green 95 ◦ blue 154

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

Shades of Mariner #345F9A

Tints of Mariner #345F9A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.56%

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

R = 17.28%
G = 31.56%
B = 51.16%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#345F9A (or 0x345F9A) is known color: Mariner. HEX triplet: 34, 5F and 9A. RGB value is (52,95,154). Sum of RGB (Red+Green+Blue) = 52+95+154=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #345F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F9A is #CBA065. Grayscale: #585858. Windows color (decimal): -13344870 or 10116916. OLE color: 10116916.

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

Color convert

RGB 52 95 154 -
CMYK 0.66 0.38 0 0.40
HSL 214.71º 0.5% 0.4% -
HSV(B) 214.71º 0.66% 0.6% -
XYZ 11.34 11.25 32.15 -
YUV 88.87 164.75 101.7 -
System Red Green Blue C M Y K H S L
Decimal 52 95 154 0.66 0.38 0 0.40 214.71 0.5 0.4
Hex 34 5F 9A 42 26 0 28 D7 32 28
Octal 64 137 232 102 46 0 50 327 62 50
Binary 110100 1011111 10011010 1000010 100110 0 101000 11010111 110010 101000

Color Harmonies of #345F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F9A

Black with #345F9A

Text Example


Text Example

White with #345F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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