#3F4973

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

Shades of Port Gore #3F4973

Tints of Port Gore #3F4973

Color information

#3F4973 (or 0x3F4973) is unknown color: approx Port Gore. HEX triplet: 3F, 49 and 73. RGB value is (63,73,115). Sum of RGB (Red+Green+Blue) = 63+73+115=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F4973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4973 is #C0B68C. Grayscale: #4A4A4A. Windows color (decimal): -12629645 or 7555391. OLE color: 7555391.

HSL color Cylindrical-coordinate representation of color #3F4973: hue angle of 228.46º 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 #3F4973 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6373115-
CMYK0.450.3700.55
HSL228.46º29.21%34.9%-
HSV(B)228.46º45.22%45.1%-
XYZ7.537.0617.19-
YUV74.8150.69119.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.10%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=25.10%
G=29.08%
B=45.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63731150.450.3700.55228.4629.2134.9
Hex3F49732D25037e41d23
Octal7711116355450673443543
Binary1111111001001111001110110110010101101111110010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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