#3F4774

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

Shades of Port Gore #3F4774

Tints of Port Gore #3F4774

Color information

#3F4774 (or 0x3F4774) is unknown color: approx Port Gore. HEX triplet: 3F, 47 and 74. RGB value is (63,71,116). Sum of RGB (Red+Green+Blue) = 63+71+116=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F4774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4774 is #C0B88B. Grayscale: #494949. Windows color (decimal): -12630156 or 7620415. OLE color: 7620415.

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

Color convert

RGB6371116-
CMYK0.460.3900.55
HSL230.94º29.61%35.1%-
HSV(B)230.94º45.69%45.49%-
XYZ7.466.8217.45-
YUV73.74151.85120.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.2%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 116 (45.70% from 255) = 46.4%
R=25.2%
G=28.4%
B=46.4%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63711160.460.3900.55230.9429.6135.1
Hex3F47742E27037e71e23
Octal7710716456470673473643
Binary1111111000111111010010111010011101101111110011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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