#3D6091

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

Shades of Mariner #3D6091

Tints of Mariner #3D6091

Color information

#3D6091 (or 0x3D6091) is unknown color: approx Mariner. HEX triplet: 3D, 60 and 91. RGB value is (61,96,145). Sum of RGB (Red+Green+Blue) = 61+96+145=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #3D6091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6091 is #C29F6E. Grayscale: #5A5A5A. Windows color (decimal): -12754799 or 9527357. OLE color: 9527357.

HSL color Cylindrical-coordinate representation of color #3D6091: hue angle of 215º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D6091 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6196145-
CMYK0.580.3400.43
HSL215º40.78%40.39%-
HSV(B)215º57.93%56.86%-
XYZ11.2211.428.4-
YUV91.12158.4106.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 145 (57.03% from 255) = 48.01%
R=20.20%
G=31.79%
B=48.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61961450.580.3400.4321540.7840.39
Hex3D60913A2202Bd72928
Octal7514022172420533275150
Binary111101110000010010001111010100010010101111010111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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