#34629E

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

Shades of Mariner #34629E

Tints of Mariner #34629E

Color information

#34629E (or 0x34629E) is unknown color: approx Mariner. HEX triplet: 34, 62 and 9E. RGB value is (52,98,158). Sum of RGB (Red+Green+Blue) = 52+98+158=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #34629E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34629E is #CB9D61. Grayscale: #5A5A5A. Windows color (decimal): -13344098 or 10379828. OLE color: 10379828.

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

Color convert

RGB5298158-
CMYK0.670.3800.38
HSL213.96º50.48%41.18%-
HSV(B)213.96º67.09%61.96%-
XYZ11.9611.9334.02-
YUV91.09165.76100.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=16.88%
G=31.82%
B=51.30%

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
Decimal52981580.670.3800.38213.9650.4841.18
Hex34629E4326026d63229
Octal64142236103460463266251
Binary1101001100010100111101000011100110010011011010110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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