#34569F

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

Shades of Mariner #34569F

Tints of Mariner #34569F

Color information

#34569F (or 0x34569F) is unknown color: approx Mariner. HEX triplet: 34, 56 and 9F. RGB value is (52,86,159). Sum of RGB (Red+Green+Blue) = 52+86+159=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #34569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34569F is #CBA960. Grayscale: #535353. Windows color (decimal): -13347169 or 10442292. OLE color: 10442292.

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

Color convert

RGB5286159-
CMYK0.670.4600.38
HSL220.93º50.71%41.37%-
HSV(B)220.93º67.3%62.35%-
XYZ119.8934.13-
YUV84.16170.24105.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 159 (62.5% from 255) = 53.54%
R=17.51%
G=28.96%
B=53.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52861590.670.4600.38220.9350.7141.37
Hex34569F432E026dd3329
Octal64126237103560463356351
Binary1101001010110100111111000011101110010011011011101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34569F;
 }
 .AnyTagClassName
 {
   color: #34569F;
 }
</style>
background-color css

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

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

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

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

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

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