#3D6090

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

Shades of Mariner #3D6090

Tints of Mariner #3D6090

Color information

#3D6090 (or 0x3D6090) is unknown color: approx Mariner. HEX triplet: 3D, 60 and 90. RGB value is (61,96,144). Sum of RGB (Red+Green+Blue) = 61+96+144=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #3D6090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6090 is #C29F6F. Grayscale: #5A5A5A. Windows color (decimal): -12754800 or 9461821. OLE color: 9461821.

HSL color Cylindrical-coordinate representation of color #3D6090: hue angle of 214.7º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D6090 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6196144-
CMYK0.580.3300.44
HSL214.7º40.49%40.2%-
HSV(B)214.7º57.64%56.47%-
XYZ11.1411.3727.99-
YUV91.01157.9106.6-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.27%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=20.27%
G=31.89%
B=47.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61961440.580.3300.44214.740.4940.2
Hex3D60903A2102Cd72828
Octal7514022072410543275050
Binary111101110000010010000111010100001010110011010111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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