#3D609F

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

Shades of Mariner #3D609F

Tints of Mariner #3D609F

Color information

#3D609F (or 0x3D609F) is unknown color: approx Mariner. HEX triplet: 3D, 60 and 9F. RGB value is (61,96,159). Sum of RGB (Red+Green+Blue) = 61+96+159=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D609F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D609F is #C29F60. Grayscale: #5C5C5C. Windows color (decimal): -12754785 or 10444861. OLE color: 10444861.

HSL color Cylindrical-coordinate representation of color #3D609F: hue angle of 218.57º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D609F is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6196159-
CMYK0.620.4000.38
HSL218.57º44.55%43.14%-
HSV(B)218.57º61.64%62.35%-
XYZ12.3711.8634.44-
YUV92.72165.4105.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.30%
GREEN value IS 96 (37.89% from 255) = 30.38%
BLUE value IS 159 (62.5% from 255) = 50.32%
R=19.30%
G=30.38%
B=50.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61961590.620.4000.38218.5744.5543.14
Hex3D609F3E28026db2d2b
Octal7514023776500463335553
Binary111101110000010011111111110101000010011011011011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D609F; }

 p { color: rgb(61,96,159); }

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

<style>
 a { background-color: #3D609F; }

 a { background-color: rgb(61,96,159); }

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

<style>
 span { border-color: #3D609F; }

 span { border-color: rgb(61,96,159); }

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