#3F4662

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

Shades of Port Gore #3F4662

Tints of Port Gore #3F4662

Color information

#3F4662 (or 0x3F4662) is unknown color: approx Port Gore. HEX triplet: 3F, 46 and 62. RGB value is (63,70,98). Sum of RGB (Red+Green+Blue) = 63+70+98=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F4662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4662 is #C0B99D. Grayscale: #464646. Windows color (decimal): -12630430 or 6440511. OLE color: 6440511.

HSL color Cylindrical-coordinate representation of color #3F4662: hue angle of 228º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F4662 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB637098-
CMYK0.360.2900.62
HSL228º21.74%31.57%-
HSV(B)228º35.71%38.43%-
XYZ6.446.3212.44-
YUV71.1143.18122.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.27%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=27.27%
G=30.30%
B=42.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6370980.360.2900.6222821.7431.57
Hex3F4662241D03Ee41620
Octal7710614244350763442640
Binary111111100011011000101001001110101111101110010010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,70,98); }

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

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

 a { background-color: rgb(63,70,98); }

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

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

 span { border-color: rgb(63,70,98); }

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