#34629F

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

Shades of Mariner #34629F

Tints of Mariner #34629F

Color information

#34629F (or 0x34629F) is unknown color: approx Mariner. HEX triplet: 34, 62 and 9F. RGB value is (52,98,159). Sum of RGB (Red+Green+Blue) = 52+98+159=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #34629F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34629F is #CB9D60. Grayscale: #5A5A5A. Windows color (decimal): -13344097 or 10445364. OLE color: 10445364.

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

Color convert

RGB5298159-
CMYK0.670.3800.38
HSL214.21º50.71%41.37%-
HSV(B)214.21º67.3%62.35%-
XYZ12.0411.9734.48-
YUV91.2166.26100.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 98 (38.67% from 255) = 31.72%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=16.83%
G=31.72%
B=51.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52981590.670.3800.38214.2150.7141.37
Hex34629F4326026d63329
Octal64142237103460463266351
Binary1101001100010100111111000011100110010011011010110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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