#3F456F

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

Shades of Port Gore #3F456F

Tints of Port Gore #3F456F

Color information

#3F456F (or 0x3F456F) is unknown color: approx Port Gore. HEX triplet: 3F, 45 and 6F. RGB value is (63,69,111). Sum of RGB (Red+Green+Blue) = 63+69+111=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F456F is #C0BA90. Grayscale: #474747. Windows color (decimal): -12630673 or 7292223. OLE color: 7292223.

HSL color Cylindrical-coordinate representation of color #3F456F: hue angle of 232.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F456F is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6369111-
CMYK0.430.3800.56
HSL232.5º27.59%34.12%-
HSV(B)232.5º43.24%43.53%-
XYZ7.056.4615.91-
YUV71.99150.01121.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.93%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=25.93%
G=28.40%
B=45.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63691110.430.3800.56232.527.5934.12
Hex3F456F2B26038e81c22
Octal7710515753460703503442
Binary1111111000101110111110101110011001110001110100011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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