Html Css Color HEX #34589F Mariner

📋 copy color: '#34589F'

red 52 ◦ green 88 ◦ blue 159

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

Shades of Mariner #34589F

Tints of Mariner #34589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.43%

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

R = 17.39%
G = 29.43%
B = 53.18%

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

#34589F (or 0x34589F) is known color: Mariner. HEX triplet: 34, 58 and 9F. RGB value is (52,88,159). Sum of RGB (Red+Green+Blue) = 52+88+159=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #34589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34589F is #CBA760. Grayscale: #555555. Windows color (decimal): -13346657 or 10442804. OLE color: 10442804.

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

Color convert

RGB 52 88 159 -
CMYK 0.67 0.45 0 0.38
HSL 219.81º 0.51% 0.41% -
HSV(B) 219.81º 0.67% 0.62% -
XYZ 11.16 10.21 34.18 -
YUV 85.33 169.57 104.23 -
System Red Green Blue C M Y K H S L
Decimal 52 88 159 0.67 0.45 0 0.38 219.81 0.51 0.41
Hex 34 58 9F 43 2D 0 26 DC 33 29
Octal 64 130 237 103 55 0 46 334 63 51
Binary 110100 1011000 10011111 1000011 101101 0 100110 11011100 110011 101001

Color Harmonies of #34589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34589F

Black with #34589F

Text Example


Text Example

White with #34589F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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