#3F618E

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

Shades of Mariner #3F618E

Tints of Mariner #3F618E

Color information

#3F618E (or 0x3F618E) is unknown color: approx Mariner. HEX triplet: 3F, 61 and 8E. RGB value is (63,97,142). Sum of RGB (Red+Green+Blue) = 63+97+142=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F618E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F618E is #C09E71. Grayscale: #5B5B5B. Windows color (decimal): -12623474 or 9331007. OLE color: 9331007.

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

Color convert

RGB6397142-
CMYK0.560.3200.44
HSL214.18º38.54%40.2%-
HSV(B)214.18º55.63%55.69%-
XYZ11.2111.5627.23-
YUV91.96156.24107.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.86%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=20.86%
G=32.12%
B=47.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal63971420.560.3200.44214.1838.5440.2
Hex3F618E382002Cd62728
Octal7714121670400543264750
Binary111111110000110001110111000100000010110011010110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,97,142); }

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

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

 a { background-color: rgb(63,97,142); }

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

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

 span { border-color: rgb(63,97,142); }

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