Html Css Color HEX #345CAE Mariner

📋 copy color: '#345CAE'

red 52 ◦ green 92 ◦ blue 174

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

Shades of Mariner #345CAE

Tints of Mariner #345CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.72%

R = 16.35%
G = 28.93%
B = 54.72%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#345CAE (or 0x345CAE) is known color: Mariner. HEX triplet: 34, 5C and AE. RGB value is (52,92,174). Sum of RGB (Red+Green+Blue) = 52+92+174=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #345CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345CAE is #CBA351. Grayscale: #595959. Windows color (decimal): -13345618 or 11426868. OLE color: 11426868.

HSL color Cylindrical-coordinate representation of color #345CAE: hue angle of 220.33º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #345CAE is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 92 174 -
CMYK 0.70 0.47 0 0.32
HSL 220.33º 0.54% 0.44% -
HSV(B) 220.33º 0.7% 0.68% -
XYZ 12.88 11.44 41.57 -
YUV 89.39 175.75 101.33 -
System Red Green Blue C M Y K H S L
Decimal 52 92 174 0.70 0.47 0 0.32 220.33 0.54 0.44
Hex 34 5C AE 46 2F 0 20 DC 36 2C
Octal 64 134 256 106 57 0 40 334 66 54
Binary 110100 1011100 10101110 1000110 101111 0 100000 11011100 110110 101100

Color Harmonies of #345CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CAE

Black with #345CAE

Text Example


Text Example

White with #345CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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