#3F4766

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

Shades of Port Gore #3F4766

Tints of Port Gore #3F4766

Color information

#3F4766 (or 0x3F4766) is unknown color: approx Port Gore. HEX triplet: 3F, 47 and 66. RGB value is (63,71,102). Sum of RGB (Red+Green+Blue) = 63+71+102=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F4766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4766 is #C0B899. Grayscale: #484848. Windows color (decimal): -12630170 or 6702911. OLE color: 6702911.

HSL color Cylindrical-coordinate representation of color #3F4766: hue angle of 227.69º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F4766 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6371102-
CMYK0.380.3000.6
HSL227.69º23.64%32.35%-
HSV(B)227.69º38.24%40%-
XYZ6.76.5213.48-
YUV72.14144.85121.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.69%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 102 (40.23% from 255) = 43.22%
R=26.69%
G=30.08%
B=43.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63711020.380.3000.6227.6923.6432.35
Hex3F4766261E03Ce41820
Octal7710714646360743443040
Binary111111100011111001101001101111001111001110010011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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