Html Css Color HEX #34529F Mariner

📋 copy color: '#34529F'

red 52 ◦ green 82 ◦ blue 159

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

Shades of Mariner #34529F

Tints of Mariner #34529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.99%

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

R = 17.75%
G = 27.99%
B = 54.27%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34529F (or 0x34529F) is known color: Mariner. HEX triplet: 34, 52 and 9F. RGB value is (52,82,159). Sum of RGB (Red+Green+Blue) = 52+82+159=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #34529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34529F is #CBAD60. Grayscale: #515151. Windows color (decimal): -13348193 or 10441268. OLE color: 10441268.

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

Color convert

RGB 52 82 159 -
CMYK 0.67 0.48 0 0.38
HSL 223.18º 0.51% 0.41% -
HSV(B) 223.18º 0.67% 0.62% -
XYZ 10.69 9.27 34.03 -
YUV 81.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 52 82 159 0.67 0.48 0 0.38 223.18 0.51 0.41
Hex 34 52 9F 43 30 0 26 DF 33 29
Octal 64 122 237 103 60 0 46 337 63 51
Binary 110100 1010010 10011111 1000011 110000 0 100110 11011111 110011 101001

Color Harmonies of #34529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34529F

Black with #34529F

Text Example


Text Example

White with #34529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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