#34559B

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

Shades of Mariner #34559B

Tints of Mariner #34559B

Color information

#34559B (or 0x34559B) is unknown color: approx Mariner. HEX triplet: 34, 55 and 9B. RGB value is (52,85,155). Sum of RGB (Red+Green+Blue) = 52+85+155=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #34559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34559B is #CBAA64. Grayscale: #525252. Windows color (decimal): -13347429 or 10179892. OLE color: 10179892.

HSL color Cylindrical-coordinate representation of color #34559B: hue angle of 220.78º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34559B is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5285155-
CMYK0.660.4500.39
HSL220.78º49.76%40.59%-
HSV(B)220.78º66.45%60.78%-
XYZ10.589.5932.3-
YUV83.11168.57105.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 85 (33.59% from 255) = 29.11%
BLUE value IS 155 (60.94% from 255) = 53.08%
R=17.81%
G=29.11%
B=53.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52851550.660.4500.39220.7849.7640.59
Hex34559B422D027dd3229
Octal64125233102550473356251
Binary1101001010101100110111000010101101010011111011101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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