#3F4675

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

Shades of Port Gore #3F4675

Tints of Port Gore #3F4675

Color information

#3F4675 (or 0x3F4675) is unknown color: approx Port Gore. HEX triplet: 3F, 46 and 75. RGB value is (63,70,117). Sum of RGB (Red+Green+Blue) = 63+70+117=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F4675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4675 is #C0B98A. Grayscale: #494949. Windows color (decimal): -12630411 or 7685695. OLE color: 7685695.

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

Color convert

RGB6370117-
CMYK0.460.4000.54
HSL232.22º30%35.29%-
HSV(B)232.22º46.15%45.88%-
XYZ7.456.7217.73-
YUV73.26152.68120.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.2%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=25.2%
G=28%
B=46.8%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63701170.460.4000.54232.223035.29
Hex3F46752E28036e81e23
Octal7710616556500663503643
Binary1111111000110111010110111010100001101101110100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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