#3F476C

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

Shades of Port Gore #3F476C

Tints of Port Gore #3F476C

Color information

#3F476C (or 0x3F476C) is unknown color: approx Port Gore. HEX triplet: 3F, 47 and 6C. RGB value is (63,71,108). Sum of RGB (Red+Green+Blue) = 63+71+108=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F476C is #C0B893. Grayscale: #484848. Windows color (decimal): -12630164 or 7096127. OLE color: 7096127.

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

Color convert

RGB6371108-
CMYK0.420.3400.58
HSL229.33º26.32%33.53%-
HSV(B)229.33º41.67%42.35%-
XYZ7.016.6515.1-
YUV72.83147.85120.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.03%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=26.03%
G=29.34%
B=44.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63711080.420.3400.58229.3326.3233.53
Hex3F476C2A2203Ae51a22
Octal7710715452420723453242
Binary1111111000111110110010101010001001110101110010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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