#3F4867

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

Shades of Port Gore #3F4867

Tints of Port Gore #3F4867

Color information

#3F4867 (or 0x3F4867) is unknown color: approx Port Gore. HEX triplet: 3F, 48 and 67. RGB value is (63,72,103). Sum of RGB (Red+Green+Blue) = 63+72+103=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F4867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4867 is #C0B798. Grayscale: #484848. Windows color (decimal): -12629913 or 6768703. OLE color: 6768703.

HSL color Cylindrical-coordinate representation of color #3F4867: hue angle of 226.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4867 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6372103-
CMYK0.390.3000.60
HSL226.5º24.1%32.55%-
HSV(B)226.5º38.83%40.39%-
XYZ6.826.6713.76-
YUV72.84145.02120.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 103 (40.62% from 255) = 43.28%
R=26.47%
G=30.25%
B=43.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63721030.390.3000.60226.524.132.55
Hex3F4867271E03Ce21821
Octal7711014747360743423041
Binary111111100100011001111001111111001111001110001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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