#3F68B4

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

Shades of Mariner #3F68B4

Tints of Mariner #3F68B4

Color information

#3F68B4 (or 0x3F68B4) is unknown color: approx Mariner. HEX triplet: 3F, 68 and B4. RGB value is (63,104,180). Sum of RGB (Red+Green+Blue) = 63+104+180=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #3F68B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F68B4 is #C0974B. Grayscale: #646464. Windows color (decimal): -12621644 or 11823167. OLE color: 11823167.

HSL color Cylindrical-coordinate representation of color #3F68B4: hue angle of 218.97º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F68B4 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB63104180-
CMYK0.650.4200.29
HSL218.97º48.15%47.65%-
HSV(B)218.97º65%70.59%-
XYZ15.2414.2545.13-
YUV100.4172.92101.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.16%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 180 (70.70% from 255) = 51.87%
R=18.16%
G=29.97%
B=51.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal631041800.650.4200.29218.9748.1547.65
Hex3F68B4412A01Ddb3030
Octal77150264101520353336060
Binary111111110100010110100100000110101001110111011011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F68B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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