#3F68A3

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

Shades of Mariner #3F68A3

Tints of Mariner #3F68A3

Color information

#3F68A3 (or 0x3F68A3) is unknown color: approx Mariner. HEX triplet: 3F, 68 and A3. RGB value is (63,104,163). Sum of RGB (Red+Green+Blue) = 63+104+163=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 163 (64.06% from 255 or 49.39% from 330); Max value from RGB is 163 - color contains mainly: blue. Hex color #3F68A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F68A3 is #C0975C. Grayscale: #626262. Windows color (decimal): -12621661 or 10709055. OLE color: 10709055.

HSL color Cylindrical-coordinate representation of color #3F68A3: hue angle of 215.4º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F68A3 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB63104163-
CMYK0.610.3600.36
HSL215.4º44.25%44.31%-
HSV(B)215.4º61.35%63.92%-
XYZ13.6113.636.56-
YUV98.47164.42102.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.09%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 163 (64.06% from 255) = 49.39%
R=19.09%
G=31.52%
B=49.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631041630.610.3600.36215.444.2544.31
Hex3F68A33D24024d72c2c
Octal7715024375440443275454
Binary111111110100010100011111101100100010010011010111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F68A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,104,163); }

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

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

 a { background-color: rgb(63,104,163); }

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

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

 span { border-color: rgb(63,104,163); }

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