#3F6BB1

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

Shades of Mariner #3F6BB1

Tints of Mariner #3F6BB1

Color information

#3F6BB1 (or 0x3F6BB1) is unknown color: approx Mariner. HEX triplet: 3F, 6B and B1. RGB value is (63,107,177). Sum of RGB (Red+Green+Blue) = 63+107+177=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 177 (69.53% from 255 or 51.01% from 347); Max value from RGB is 177 - color contains mainly: blue. Hex color #3F6BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6BB1 is #C0944E. Grayscale: #656565. Windows color (decimal): -12620879 or 11627327. OLE color: 11627327.

HSL color Cylindrical-coordinate representation of color #3F6BB1: hue angle of 216.84º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F6BB1 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB63107177-
CMYK0.640.4000.31
HSL216.84º47.5%47.06%-
HSV(B)216.84º64.41%69.41%-
XYZ15.2414.7543.64-
YUV101.82170.42100.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.16%
GREEN value IS 107 (42.19% from 255) = 30.84%
BLUE value IS 177 (69.53% from 255) = 51.01%
R=18.16%
G=30.84%
B=51.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal631071770.640.4000.31216.8447.547.06
Hex3F6BB1402801Fd9302f
Octal77153261100500373316057
Binary111111110101110110001100000010100001111111011001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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