Html Css Color HEX #34579F Mariner

📋 copy color: '#34579F'

red 52 ◦ green 87 ◦ blue 159

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

Shades of Mariner #34579F

Tints of Mariner #34579F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.36%

R = 17.45%
G = 29.19%
B = 53.36%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34579F (or 0x34579F) is known color: Mariner. HEX triplet: 34, 57 and 9F. RGB value is (52,87,159). Sum of RGB (Red+Green+Blue) = 52+87+159=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #34579F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34579F is #CBA860. Grayscale: #545454. Windows color (decimal): -13346913 or 10442548. OLE color: 10442548.

HSL color Cylindrical-coordinate representation of color #34579F: hue angle of 220.37º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34579F is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 87 159 -
CMYK 0.67 0.45 0 0.38
HSL 220.37º 0.51% 0.41% -
HSV(B) 220.37º 0.67% 0.62% -
XYZ 11.08 10.05 34.16 -
YUV 84.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 52 87 159 0.67 0.45 0 0.38 220.37 0.51 0.41
Hex 34 57 9F 43 2D 0 26 DC 33 29
Octal 64 127 237 103 55 0 46 334 63 51
Binary 110100 1010111 10011111 1000011 101101 0 100110 11011100 110011 101001

Color Harmonies of #34579F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34579F

Black with #34579F

Text Example


Text Example

White with #34579F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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