#3F4878

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

Shades of Port Gore #3F4878

Tints of Port Gore #3F4878

Color information

#3F4878 (or 0x3F4878) is unknown color: approx Port Gore. HEX triplet: 3F, 48 and 78. RGB value is (63,72,120). Sum of RGB (Red+Green+Blue) = 63+72+120=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F4878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4878 is #C0B787. Grayscale: #4A4A4A. Windows color (decimal): -12629896 or 7882815. OLE color: 7882815.

HSL color Cylindrical-coordinate representation of color #3F4878: hue angle of 230.53º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F4878 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6372120-
CMYK0.480.4000.53
HSL230.53º31.15%35.88%-
HSV(B)230.53º47.5%47.06%-
XYZ7.767.0518.72-
YUV74.78153.52119.6-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.71%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 120 (47.27% from 255) = 47.06%
R=24.71%
G=28.24%
B=47.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63721200.480.4000.53230.5331.1535.88
Hex3F48783028035e71f24
Octal7711017060500653473744
Binary1111111001000111100011000010100001101011110011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,120); }

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

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

 a { background-color: rgb(63,72,120); }

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

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

 span { border-color: rgb(63,72,120); }

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