#3F66B2

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

Shades of Mariner #3F66B2

Tints of Mariner #3F66B2

Color information

#3F66B2 (or 0x3F66B2) is unknown color: approx Mariner. HEX triplet: 3F, 66 and B2. RGB value is (63,102,178). Sum of RGB (Red+Green+Blue) = 63+102+178=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 178 (69.92% from 255 or 51.90% from 343); Max value from RGB is 178 - color contains mainly: blue. Hex color #3F66B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F66B2 is #C0994D. Grayscale: #626262. Windows color (decimal): -12622158 or 11691583. OLE color: 11691583.

HSL color Cylindrical-coordinate representation of color #3F66B2: hue angle of 219.65º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F66B2 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB63102178-
CMYK0.650.4300.30
HSL219.65º47.72%47.25%-
HSV(B)219.65º64.61%69.8%-
XYZ14.8413.7744-
YUV99172.58102.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.37%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 178 (69.92% from 255) = 51.90%
R=18.37%
G=29.74%
B=51.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal631021780.650.4300.30219.6547.7247.25
Hex3F66B2412B01Edc302f
Octal77146262101530363346057
Binary111111110011010110010100000110101101111011011100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F66B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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