Html Css Color HEX #34579A Mariner

📋 copy color: '#34579A'

red 52 ◦ green 87 ◦ blue 154

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

Shades of Mariner #34579A

Tints of Mariner #34579A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.56%

R = 17.75%
G = 29.69%
B = 52.56%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#34579A (or 0x34579A) is known color: Mariner. HEX triplet: 34, 57 and 9A. RGB value is (52,87,154). Sum of RGB (Red+Green+Blue) = 52+87+154=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #34579A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34579A is #CBA865. Grayscale: #535353. Windows color (decimal): -13346918 or 10114868. OLE color: 10114868.

HSL color Cylindrical-coordinate representation of color #34579A: hue angle of 219.41º degrees, saturation: 0.5, 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 #34579A is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 87 154 -
CMYK 0.66 0.44 0 0.40
HSL 219.41º 0.5% 0.4% -
HSV(B) 219.41º 0.66% 0.6% -
XYZ 10.66 9.88 31.92 -
YUV 84.17 167.4 105.05 -
System Red Green Blue C M Y K H S L
Decimal 52 87 154 0.66 0.44 0 0.40 219.41 0.5 0.4
Hex 34 57 9A 42 2C 0 28 DB 32 28
Octal 64 127 232 102 54 0 50 333 62 50
Binary 110100 1010111 10011010 1000010 101100 0 101000 11011011 110010 101000

Color Harmonies of #34579A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34579A

Black with #34579A

Text Example


Text Example

White with #34579A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34579A; }

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

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

background-color css

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

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

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

border-color css

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

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

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