Html Css Color HEX #345CAA Mariner

📋 copy color: '#345CAA'

red 52 ◦ green 92 ◦ blue 170

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

Shades of Mariner #345CAA

Tints of Mariner #345CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.3%

 BLUE value IS 170 (66.8% from 255) = 54.14%

R = 16.56%
G = 29.3%
B = 54.14%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#345CAA (or 0x345CAA) is known color: Mariner. HEX triplet: 34, 5C and AA. RGB value is (52,92,170). Sum of RGB (Red+Green+Blue) = 52+92+170=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #345CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345CAA is #CBA355. Grayscale: #585858. Windows color (decimal): -13345622 or 11164724. OLE color: 11164724.

HSL color Cylindrical-coordinate representation of color #345CAA: hue angle of 219.66º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #345CAA is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 92 170 -
CMYK 0.69 0.46 0 0.33
HSL 219.66º 0.53% 0.44% -
HSV(B) 219.66º 0.69% 0.67% -
XYZ 12.5 11.29 39.55 -
YUV 88.93 173.75 101.66 -
System Red Green Blue C M Y K H S L
Decimal 52 92 170 0.69 0.46 0 0.33 219.66 0.53 0.44
Hex 34 5C AA 45 2E 0 21 DC 35 2C
Octal 64 134 252 105 56 0 41 334 65 54
Binary 110100 1011100 10101010 1000101 101110 0 100001 11011100 110101 101100

Color Harmonies of #345CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CAA

Black with #345CAA

Text Example


Text Example

White with #345CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,92,170); }

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

background-color css

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

 a { background-color: rgb(52,92,170); }

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

border-color css

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

 span { border-color: rgb(52,92,170); }

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