#3F456D

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

Shades of Port Gore #3F456D

Tints of Port Gore #3F456D

Color information

#3F456D (or 0x3F456D) is unknown color: approx Port Gore. HEX triplet: 3F, 45 and 6D. RGB value is (63,69,109). Sum of RGB (Red+Green+Blue) = 63+69+109=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F456D is #C0BA92. Grayscale: #474747. Windows color (decimal): -12630675 or 7161151. OLE color: 7161151.

HSL color Cylindrical-coordinate representation of color #3F456D: hue angle of 232.17º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F456D is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6369109-
CMYK0.420.3700.57
HSL232.17º26.74%33.73%-
HSV(B)232.17º42.2%42.75%-
XYZ6.946.4215.34-
YUV71.77149.01121.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 109 (42.97% from 255) = 45.23%
R=26.14%
G=28.63%
B=45.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63691090.420.3700.57232.1726.7433.73
Hex3F456D2A25039e81b22
Octal7710515552450713503342
Binary1111111000101110110110101010010101110011110100011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,69,109); }

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

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

 a { background-color: rgb(63,69,109); }

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

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

 span { border-color: rgb(63,69,109); }

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