#34559E

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

Shades of Mariner #34559E

Tints of Mariner #34559E

Color information

#34559E (or 0x34559E) is unknown color: approx Mariner. HEX triplet: 34, 55 and 9E. RGB value is (52,85,158). Sum of RGB (Red+Green+Blue) = 52+85+158=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #34559E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34559E is #CBAA61. Grayscale: #535353. Windows color (decimal): -13347426 or 10376500. OLE color: 10376500.

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

Color convert

RGB5285158-
CMYK0.670.4600.38
HSL221.32º50.48%41.18%-
HSV(B)221.32º67.09%61.96%-
XYZ10.849.733.65-
YUV83.46170.07105.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=17.63%
G=28.81%
B=53.56%

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
Decimal52851580.670.4600.38221.3250.4841.18
Hex34559E432E026dd3229
Octal64125236103560463356251
Binary1101001010101100111101000011101110010011011011101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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