#3F4676

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

Shades of Port Gore #3F4676

Tints of Port Gore #3F4676

Color information

#3F4676 (or 0x3F4676) is unknown color: approx Port Gore. HEX triplet: 3F, 46 and 76. RGB value is (63,70,118). Sum of RGB (Red+Green+Blue) = 63+70+118=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F4676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4676 is #C0B989. Grayscale: #494949. Windows color (decimal): -12630410 or 7751231. OLE color: 7751231.

HSL color Cylindrical-coordinate representation of color #3F4676: hue angle of 232.36º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F4676 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6370118-
CMYK0.470.4100.54
HSL232.36º30.39%35.49%-
HSV(B)232.36º46.61%46.27%-
XYZ7.516.7518.05-
YUV73.38153.18120.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.10%
GREEN value IS 70 (27.73% from 255) = 27.89%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=25.10%
G=27.89%
B=47.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63701180.470.4100.54232.3630.3935.49
Hex3F46762F29036e81e23
Octal7710616657510663503643
Binary1111111000110111011010111110100101101101110100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,70,118); }

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

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

 a { background-color: rgb(63,70,118); }

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

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

 span { border-color: rgb(63,70,118); }

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