#3F6694

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

Shades of Mariner #3F6694

Tints of Mariner #3F6694

Color information

#3F6694 (or 0x3F6694) is unknown color: approx Mariner. HEX triplet: 3F, 66 and 94. RGB value is (63,102,148). Sum of RGB (Red+Green+Blue) = 63+102+148=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F6694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6694 is #C0996B. Grayscale: #5F5F5F. Windows color (decimal): -12622188 or 9725503. OLE color: 9725503.

HSL color Cylindrical-coordinate representation of color #3F6694: hue angle of 212.47º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F6694 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB63102148-
CMYK0.570.3100.42
HSL212.47º40.28%41.37%-
HSV(B)212.47º57.43%58.04%-
XYZ12.1512.729.83-
YUV95.58157.58104.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.13%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=20.13%
G=32.59%
B=47.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631021480.570.3100.42212.4740.2841.37
Hex3F6694391F02Ad42829
Octal7714622471370523245051
Binary11111111001101001010011100111111010101011010100101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,102,148); }

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

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

 a { background-color: rgb(63,102,148); }

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

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

 span { border-color: rgb(63,102,148); }

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