#34529F

Color #34529F Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #34529F

Tints of Mariner #34529F

Color information

#34529F (or 0x34529F) is unknown color: approx 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

RGB5282159-
CMYK0.670.4800.38
HSL223.18º50.71%41.37%-
HSV(B)223.18º67.3%62.35%-
XYZ10.699.2734.03-
YUV81.81171.56106.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52821590.670.4800.38223.1850.7141.37
Hex34529F4330026df3329
Octal64122237103600463376351
Binary1101001010010100111111000011110000010011011011111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>