#3F679C

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

Shades of Mariner #3F679C

Tints of Mariner #3F679C

Color information

#3F679C (or 0x3F679C) is unknown color: approx Mariner. HEX triplet: 3F, 67 and 9C. RGB value is (63,103,156). Sum of RGB (Red+Green+Blue) = 63+103+156=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F679C is #C09863. Grayscale: #606060. Windows color (decimal): -12621924 or 10250047. OLE color: 10250047.

HSL color Cylindrical-coordinate representation of color #3F679C: hue angle of 214.19º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F679C is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB63103156-
CMYK0.600.3400.39
HSL214.19º42.47%42.94%-
HSV(B)214.19º59.62%61.18%-
XYZ12.913.1633.31-
YUV97.08161.25103.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.57%
GREEN value IS 103 (40.62% from 255) = 31.99%
BLUE value IS 156 (61.33% from 255) = 48.45%
R=19.57%
G=31.99%
B=48.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631031560.600.3400.39214.1942.4742.94
Hex3F679C3C22027d62a2b
Octal7714723474420473265253
Binary111111110011110011100111100100010010011111010110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,103,156); }

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

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

 a { background-color: rgb(63,103,156); }

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

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

 span { border-color: rgb(63,103,156); }

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