#34569D

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

Shades of Mariner #34569D

Tints of Mariner #34569D

Color information

#34569D (or 0x34569D) is unknown color: approx Mariner. HEX triplet: 34, 56 and 9D. RGB value is (52,86,157). Sum of RGB (Red+Green+Blue) = 52+86+157=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #34569D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34569D is #CBA962. Grayscale: #535353. Windows color (decimal): -13347171 or 10311220. OLE color: 10311220.

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

Color convert

RGB5286157-
CMYK0.670.4500.38
HSL220.57º50.24%40.98%-
HSV(B)220.57º66.88%61.57%-
XYZ10.839.8233.22-
YUV83.93169.24105.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 157 (61.72% from 255) = 53.22%
R=17.63%
G=29.15%
B=53.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52861570.670.4500.38220.5750.2440.98
Hex34569D432D026dd3229
Octal64126235103550463356251
Binary1101001010110100111011000011101101010011011011101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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