Html Css Color HEX #345E9C Mariner

📋 copy color: '#345E9C'

red 52 ◦ green 94 ◦ blue 156

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

Shades of Mariner #345E9C

Tints of Mariner #345E9C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.13%

 BLUE value IS 156 (61.33% from 255) = 51.66%

R = 17.22%
G = 31.13%
B = 51.66%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#345E9C (or 0x345E9C) is known color: Mariner. HEX triplet: 34, 5E and 9C. RGB value is (52,94,156). Sum of RGB (Red+Green+Blue) = 52+94+156=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #345E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E9C is #CBA163. Grayscale: #585858. Windows color (decimal): -13345124 or 10247732. OLE color: 10247732.

HSL color Cylindrical-coordinate representation of color #345E9C: hue angle of 215.77º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #345E9C is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 94 156 -
CMYK 0.67 0.40 0 0.39
HSL 215.77º 0.5% 0.41% -
HSV(B) 215.77º 0.67% 0.61% -
XYZ 11.42 11.14 33 -
YUV 88.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 52 94 156 0.67 0.40 0 0.39 215.77 0.5 0.41
Hex 34 5E 9C 43 28 0 27 D8 32 29
Octal 64 136 234 103 50 0 47 330 62 51
Binary 110100 1011110 10011100 1000011 101000 0 100111 11011000 110010 101001

Color Harmonies of #345E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E9C

Black with #345E9C

Text Example


Text Example

White with #345E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,94,156); }

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

background-color css

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

 a { background-color: rgb(52,94,156); }

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

border-color css

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

 span { border-color: rgb(52,94,156); }

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