#3D5E92

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

Shades of Mariner #3D5E92

Tints of Mariner #3D5E92

Color information

#3D5E92 (or 0x3D5E92) is unknown color: approx Mariner. HEX triplet: 3D, 5E and 92. RGB value is (61,94,146). Sum of RGB (Red+Green+Blue) = 61+94+146=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D5E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5E92 is #C2A16D. Grayscale: #595959. Windows color (decimal): -12755310 or 9592381. OLE color: 9592381.

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

Color convert

RGB6194146-
CMYK0.580.3600.43
HSL216.71º41.06%40.59%-
HSV(B)216.71º58.22%57.25%-
XYZ11.1211.0728.75-
YUV90.06159.57107.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.27%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=20.27%
G=31.23%
B=48.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61941460.580.3600.43216.7141.0640.59
Hex3D5E923A2402Bd92929
Octal7513622272440533315151
Binary111101101111010010010111010100100010101111011001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,94,146); }

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

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

 a { background-color: rgb(61,94,146); }

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

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

 span { border-color: rgb(61,94,146); }

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