#3F4776

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

Shades of Port Gore #3F4776

Tints of Port Gore #3F4776

Color information

#3F4776 (or 0x3F4776) is unknown color: approx Port Gore. HEX triplet: 3F, 47 and 76. RGB value is (63,71,118). Sum of RGB (Red+Green+Blue) = 63+71+118=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F4776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4776 is #C0B889. Grayscale: #494949. Windows color (decimal): -12630154 or 7751487. OLE color: 7751487.

HSL color Cylindrical-coordinate representation of color #3F4776: hue angle of 231.27º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F4776 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6371118-
CMYK0.470.4000.54
HSL231.27º30.39%35.49%-
HSV(B)231.27º46.61%46.27%-
XYZ7.576.8718.07-
YUV73.97152.85120.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 71 (28.12% from 255) = 28.17%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=25%
G=28.17%
B=46.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63711180.470.4000.54231.2730.3935.49
Hex3F47762F28036e71e23
Octal7710716657500663473643
Binary1111111000111111011010111110100001101101110011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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