#3F6094

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

Shades of Mariner #3F6094

Tints of Mariner #3F6094

Color information

#3F6094 (or 0x3F6094) is unknown color: approx Mariner. HEX triplet: 3F, 60 and 94. RGB value is (63,96,148). Sum of RGB (Red+Green+Blue) = 63+96+148=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F6094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6094 is #C09F6B. Grayscale: #5B5B5B. Windows color (decimal): -12623724 or 9723967. OLE color: 9723967.

HSL color Cylindrical-coordinate representation of color #3F6094: hue angle of 216.71º 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 #3F6094 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6396148-
CMYK0.570.3500.42
HSL216.71º40.28%41.37%-
HSV(B)216.71º57.43%58.04%-
XYZ11.5811.5629.64-
YUV92.06159.57107.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.52%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 148 (58.20% from 255) = 48.21%
R=20.52%
G=31.27%
B=48.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63961480.570.3500.42216.7140.2841.37
Hex3F6094392302Ad92829
Octal7714022471430523315051
Binary111111110000010010100111001100011010101011011001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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