#3F4A6D

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

Shades of Port Gore #3F4A6D

Tints of Port Gore #3F4A6D

Color information

#3F4A6D (or 0x3F4A6D) is unknown color: approx Port Gore. HEX triplet: 3F, 4A and 6D. RGB value is (63,74,109). Sum of RGB (Red+Green+Blue) = 63+74+109=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F4A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A6D is #C0B592. Grayscale: #4A4A4A. Windows color (decimal): -12629395 or 7162431. OLE color: 7162431.

HSL color Cylindrical-coordinate representation of color #3F4A6D: hue angle of 225.65º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F4A6D is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6374109-
CMYK0.420.3200.57
HSL225.65º26.74%33.73%-
HSV(B)225.65º42.2%42.75%-
XYZ7.267.0615.45-
YUV74.7147.36119.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.61%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 109 (42.97% from 255) = 44.31%
R=25.61%
G=30.08%
B=44.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63741090.420.3200.57225.6526.7433.73
Hex3F4A6D2A20039e21b22
Octal7711215552400713423342
Binary1111111001010110110110101010000001110011110001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,74,109); }

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

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

 a { background-color: rgb(63,74,109); }

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

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

 span { border-color: rgb(63,74,109); }

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