#3F5D9D

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

Shades of Mariner #3F5D9D

Tints of Mariner #3F5D9D

Color information

#3F5D9D (or 0x3F5D9D) is unknown color: approx Mariner. HEX triplet: 3F, 5D and 9D. RGB value is (63,93,157). Sum of RGB (Red+Green+Blue) = 63+93+157=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F5D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5D9D is #C0A262. Grayscale: #5B5B5B. Windows color (decimal): -12624483 or 10313023. OLE color: 10313023.

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

Color convert

RGB6393157-
CMYK0.600.4100.38
HSL220.85º42.73%43.14%-
HSV(B)220.85º59.87%61.57%-
XYZ12.0511.3233.45-
YUV91.33165.06107.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.13%
GREEN value IS 93 (36.72% from 255) = 29.71%
BLUE value IS 157 (61.72% from 255) = 50.16%
R=20.13%
G=29.71%
B=50.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63931570.600.4100.38220.8542.7343.14
Hex3F5D9D3C29026dd2b2b
Octal7713523574510463355353
Binary111111101110110011101111100101001010011011011101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,93,157); }

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

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

 a { background-color: rgb(63,93,157); }

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

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

 span { border-color: rgb(63,93,157); }

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