#3F4875

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

Shades of Port Gore #3F4875

Tints of Port Gore #3F4875

Color information

#3F4875 (or 0x3F4875) is unknown color: approx Port Gore. HEX triplet: 3F, 48 and 75. RGB value is (63,72,117). Sum of RGB (Red+Green+Blue) = 63+72+117=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F4875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4875 is #C0B78A. Grayscale: #4A4A4A. Windows color (decimal): -12629899 or 7686207. OLE color: 7686207.

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

Color convert

RGB6372117-
CMYK0.460.3800.54
HSL230º30%35.29%-
HSV(B)230º46.15%45.88%-
XYZ7.586.9817.78-
YUV74.44152.02119.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=25%
G=28.57%
B=46.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63721170.460.3800.542303035.29
Hex3F48752E26036e61e23
Octal7711016556460663463643
Binary1111111001000111010110111010011001101101110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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