#3F6B9F

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

Shades of Mariner #3F6B9F

Tints of Mariner #3F6B9F

Color information

#3F6B9F (or 0x3F6B9F) is unknown color: approx Mariner. HEX triplet: 3F, 6B and 9F. RGB value is (63,107,159). Sum of RGB (Red+Green+Blue) = 63+107+159=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F6B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6B9F is #C09460. Grayscale: #636363. Windows color (decimal): -12620897 or 10447679. OLE color: 10447679.

HSL color Cylindrical-coordinate representation of color #3F6B9F: hue angle of 212.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F6B9F is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB63107159-
CMYK0.600.3300.38
HSL212.5º43.24%43.53%-
HSV(B)212.5º60.38%62.35%-
XYZ13.5714.0834.8-
YUV99.77161.42101.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.15%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=19.15%
G=32.52%
B=48.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631071590.600.3300.38212.543.2443.53
Hex3F6B9F3C21026d42b2c
Octal7715323774410463245354
Binary111111110101110011111111100100001010011011010100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,107,159); }

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

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

 a { background-color: rgb(63,107,159); }

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

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

 span { border-color: rgb(63,107,159); }

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