#3F4874

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

Shades of Port Gore #3F4874

Tints of Port Gore #3F4874

Color information

#3F4874 (or 0x3F4874) is unknown color: approx Port Gore. HEX triplet: 3F, 48 and 74. RGB value is (63,72,116). Sum of RGB (Red+Green+Blue) = 63+72+116=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F4874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4874 is #C0B78B. Grayscale: #4A4A4A. Windows color (decimal): -12629900 or 7620671. OLE color: 7620671.

HSL color Cylindrical-coordinate representation of color #3F4874: hue angle of 229.81º 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 #3F4874 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6372116-
CMYK0.460.3800.55
HSL229.81º29.61%35.1%-
HSV(B)229.81º45.69%45.49%-
XYZ7.526.9517.47-
YUV74.32151.52119.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.10%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 116 (45.70% from 255) = 46.22%
R=25.10%
G=28.69%
B=46.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63721160.460.3800.55229.8129.6135.1
Hex3F48742E26037e61e23
Octal7711016456460673463643
Binary1111111001000111010010111010011001101111110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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