Html Css Color HEX #345E99 Mariner

📋 copy color: '#345E99'

red 52 ◦ green 94 ◦ blue 153

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

Shades of Mariner #345E99

Tints of Mariner #345E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.17%

R = 17.39%
G = 31.44%
B = 51.17%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#345E99 (or 0x345E99) is known color: Mariner. HEX triplet: 34, 5E and 99. RGB value is (52,94,153). Sum of RGB (Red+Green+Blue) = 52+94+153=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #345E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E99 is #CBA166. Grayscale: #575757. Windows color (decimal): -13345127 or 10051124. OLE color: 10051124.

HSL color Cylindrical-coordinate representation of color #345E99: hue angle of 215.05º degrees, saturation: 0.49, 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 #345E99 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 94 153 -
CMYK 0.66 0.39 0 0.4
HSL 215.05º 0.49% 0.4% -
HSV(B) 215.05º 0.66% 0.6% -
XYZ 11.17 11.04 31.68 -
YUV 88.17 164.59 102.2 -
System Red Green Blue C M Y K H S L
Decimal 52 94 153 0.66 0.39 0 0.4 215.05 0.49 0.4
Hex 34 5E 99 42 27 0 28 D7 31 28
Octal 64 136 231 102 47 0 50 327 61 50
Binary 110100 1011110 10011001 1000010 100111 0 101000 11010111 110001 101000

Color Harmonies of #345E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E99

Black with #345E99

Text Example


Text Example

White with #345E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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