#3F476F

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

Shades of Port Gore #3F476F

Tints of Port Gore #3F476F

Color information

#3F476F (or 0x3F476F) is unknown color: approx Port Gore. HEX triplet: 3F, 47 and 6F. RGB value is (63,71,111). Sum of RGB (Red+Green+Blue) = 63+71+111=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F476F is #C0B890. Grayscale: #494949. Windows color (decimal): -12630161 or 7292735. OLE color: 7292735.

HSL color Cylindrical-coordinate representation of color #3F476F: hue angle of 230º 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 #3F476F is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6371111-
CMYK0.430.3600.56
HSL230º27.59%34.12%-
HSV(B)230º43.24%43.53%-
XYZ7.176.7115.96-
YUV73.17149.35120.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.71%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=25.71%
G=28.98%
B=45.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63711110.430.3600.5623027.5934.12
Hex3F476F2B24038e61c22
Octal7710715753440703463442
Binary1111111000111110111110101110010001110001110011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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