Html Css Color HEX #34579C Mariner

📋 copy color: '#34579C'

red 52 ◦ green 87 ◦ blue 156

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

Shades of Mariner #34579C

Tints of Mariner #34579C

RGB

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

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

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

R = 17.63%
G = 29.49%
B = 52.88%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#34579C (or 0x34579C) is known color: Mariner. HEX triplet: 34, 57 and 9C. RGB value is (52,87,156). Sum of RGB (Red+Green+Blue) = 52+87+156=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #34579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34579C is #CBA863. Grayscale: #545454. Windows color (decimal): -13346916 or 10245940. OLE color: 10245940.

HSL color Cylindrical-coordinate representation of color #34579C: hue angle of 219.81º 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 #34579C is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 87 156 -
CMYK 0.67 0.44 0 0.39
HSL 219.81º 0.5% 0.41% -
HSV(B) 219.81º 0.67% 0.61% -
XYZ 10.83 9.95 32.8 -
YUV 84.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 52 87 156 0.67 0.44 0 0.39 219.81 0.5 0.41
Hex 34 57 9C 43 2C 0 27 DC 32 29
Octal 64 127 234 103 54 0 47 334 62 51
Binary 110100 1010111 10011100 1000011 101100 0 100111 11011100 110010 101001

Color Harmonies of #34579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34579C

Black with #34579C

Text Example


Text Example

White with #34579C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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