#3D609D

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

Shades of Mariner #3D609D

Tints of Mariner #3D609D

Color information

#3D609D (or 0x3D609D) is unknown color: approx Mariner. HEX triplet: 3D, 60 and 9D. RGB value is (61,96,157). Sum of RGB (Red+Green+Blue) = 61+96+157=314 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.43% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D609D is #C29F62. Grayscale: #5C5C5C. Windows color (decimal): -12754787 or 10313789. OLE color: 10313789.

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

Color convert

RGB6196157-
CMYK0.610.3900.38
HSL218.12º44.04%42.75%-
HSV(B)218.12º61.15%61.57%-
XYZ12.1911.7933.53-
YUV92.49164.4105.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.43%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 157 (61.72% from 255) = 50%
R=19.43%
G=30.57%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61961570.610.3900.38218.1244.0442.75
Hex3D609D3D27026da2c2b
Octal7514023575470463325453
Binary111101110000010011101111101100111010011011011010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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