#34609D

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

Shades of Mariner #34609D

Tints of Mariner #34609D

Color information

#34609D (or 0x34609D) is unknown color: approx Mariner. HEX triplet: 34, 60 and 9D. RGB value is (52,96,157). Sum of RGB (Red+Green+Blue) = 52+96+157=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #34609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34609D is #CB9F62. Grayscale: #595959. Windows color (decimal): -13344611 or 10313780. OLE color: 10313780.

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

Color convert

RGB5296157-
CMYK0.670.3900.38
HSL214.86º50.24%40.98%-
HSV(B)214.86º66.88%61.57%-
XYZ11.6811.5333.51-
YUV89.8165.92101.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 157 (61.72% from 255) = 51.48%
R=17.05%
G=31.48%
B=51.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52961570.670.3900.38214.8650.2440.98
Hex34609D4327026d73229
Octal64140235103470463276251
Binary1101001100000100111011000011100111010011011010111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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