Html Css Color HEX #345799 Mariner

📋 copy color: '#345799'

red 52 ◦ green 87 ◦ blue 153

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

Shades of Mariner #345799

Tints of Mariner #345799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

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

R = 17.81%
G = 29.79%
B = 52.4%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#345799 (or 0x345799) is known color: Mariner. HEX triplet: 34, 57 and 99. RGB value is (52,87,153). Sum of RGB (Red+Green+Blue) = 52+87+153=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #345799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345799 is #CBA866. Grayscale: #535353. Windows color (decimal): -13346919 or 10049332. OLE color: 10049332.

HSL color Cylindrical-coordinate representation of color #345799: hue angle of 219.21º 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 #345799 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 87 153 -
CMYK 0.66 0.43 0 0.4
HSL 219.21º 0.49% 0.4% -
HSV(B) 219.21º 0.66% 0.6% -
XYZ 10.57 9.85 31.48 -
YUV 84.06 166.9 105.13 -
System Red Green Blue C M Y K H S L
Decimal 52 87 153 0.66 0.43 0 0.4 219.21 0.49 0.4
Hex 34 57 99 42 2B 0 28 DB 31 28
Octal 64 127 231 102 53 0 50 333 61 50
Binary 110100 1010111 10011001 1000010 101011 0 101000 11011011 110001 101000

Color Harmonies of #345799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345799

Black with #345799

Text Example


Text Example

White with #345799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345799; }

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

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

background-color css

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

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

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

border-color css

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

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

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