#3D619E

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

Shades of Mariner #3D619E

Tints of Mariner #3D619E

Color information

#3D619E (or 0x3D619E) is unknown color: approx Mariner. HEX triplet: 3D, 61 and 9E. RGB value is (61,97,158). Sum of RGB (Red+Green+Blue) = 61+97+158=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D619E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D619E is #C29E61. Grayscale: #5C5C5C. Windows color (decimal): -12754530 or 10379581. OLE color: 10379581.

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

Color convert

RGB6197158-
CMYK0.610.3900.38
HSL217.73º44.29%42.94%-
HSV(B)217.73º61.39%61.96%-
XYZ12.3712.0134.01-
YUV93.19164.57105.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.30%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 158 (62.11% from 255) = 50%
R=19.30%
G=30.70%
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
Decimal61971580.610.3900.38217.7344.2942.94
Hex3D619E3D27026da2c2b
Octal7514123675470463325453
Binary111101110000110011110111101100111010011011011010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,97,158); }

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

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

 a { background-color: rgb(61,97,158); }

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

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

 span { border-color: rgb(61,97,158); }

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