#3F4965

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

Shades of Port Gore #3F4965

Tints of Port Gore #3F4965

Color information

#3F4965 (or 0x3F4965) is unknown color: approx Port Gore. HEX triplet: 3F, 49 and 65. RGB value is (63,73,101). Sum of RGB (Red+Green+Blue) = 63+73+101=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #3F4965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4965 is #C0B69A. Grayscale: #494949. Windows color (decimal): -12629659 or 6637887. OLE color: 6637887.

HSL color Cylindrical-coordinate representation of color #3F4965: hue angle of 224.21º degrees, saturation: 0.23, 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 #3F4965 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6373101-
CMYK0.380.2800.60
HSL224.21º23.17%32.16%-
HSV(B)224.21º37.62%39.61%-
XYZ6.786.7613.26-
YUV73.2143.69120.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.58%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=26.58%
G=30.80%
B=42.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63731010.380.2800.60224.2123.1732.16
Hex3F4965261C03Ce01720
Octal7711114546340743402740
Binary111111100100111001011001101110001111001110000010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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