#3F4773

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

Shades of Port Gore #3F4773

Tints of Port Gore #3F4773

Color information

#3F4773 (or 0x3F4773) is unknown color: approx Port Gore. HEX triplet: 3F, 47 and 73. RGB value is (63,71,115). Sum of RGB (Red+Green+Blue) = 63+71+115=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F4773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4773 is #C0B88C. Grayscale: #494949. Windows color (decimal): -12630157 or 7554879. OLE color: 7554879.

HSL color Cylindrical-coordinate representation of color #3F4773: hue angle of 230.77º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F4773 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6371115-
CMYK0.450.3800.55
HSL230.77º29.21%34.9%-
HSV(B)230.77º45.22%45.1%-
XYZ7.46.817.14-
YUV73.62151.35120.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.30%
GREEN value IS 71 (28.12% from 255) = 28.51%
BLUE value IS 115 (45.31% from 255) = 46.18%
R=25.30%
G=28.51%
B=46.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63711150.450.3800.55230.7729.2134.9
Hex3F47732D26037e71d23
Octal7710716355460673473543
Binary1111111000111111001110110110011001101111110011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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