#3F4872

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

Shades of Port Gore #3F4872

Tints of Port Gore #3F4872

Color information

#3F4872 (or 0x3F4872) is unknown color: approx Port Gore. HEX triplet: 3F, 48 and 72. RGB value is (63,72,114). Sum of RGB (Red+Green+Blue) = 63+72+114=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F4872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4872 is #C0B78D. Grayscale: #494949. Windows color (decimal): -12629902 or 7489599. OLE color: 7489599.

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

Color convert

RGB6372114-
CMYK0.450.3700.55
HSL229.41º28.81%34.71%-
HSV(B)229.41º44.74%44.71%-
XYZ7.46.9116.86-
YUV74.1150.52120.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.30%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=25.30%
G=28.92%
B=45.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63721140.450.3700.55229.4128.8134.71
Hex3F48722D25037e51d23
Octal7711016255450673453543
Binary1111111001000111001010110110010101101111110010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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