#3F4472

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

Shades of Port Gore #3F4472

Tints of Port Gore #3F4472

Color information

#3F4472 (or 0x3F4472) is unknown color: approx Port Gore. HEX triplet: 3F, 44 and 72. RGB value is (63,68,114). Sum of RGB (Red+Green+Blue) = 63+68+114=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F4472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4472 is #C0BB8D. Grayscale: #474747. Windows color (decimal): -12630926 or 7488575. OLE color: 7488575.

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

Color convert

RGB6368114-
CMYK0.450.4000.55
HSL234.12º28.81%34.71%-
HSV(B)234.12º44.74%44.71%-
XYZ7.156.4116.78-
YUV71.75151.84121.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.71%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=25.71%
G=27.76%
B=46.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63681140.450.4000.55234.1228.8134.71
Hex3F44722D28037ea1d23
Octal7710416255500673523543
Binary1111111000100111001010110110100001101111110101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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