#3F4262

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

Shades of Port Gore #3F4262

Tints of Port Gore #3F4262

Color information

#3F4262 (or 0x3F4262) is unknown color: approx Port Gore. HEX triplet: 3F, 42 and 62. RGB value is (63,66,98). Sum of RGB (Red+Green+Blue) = 63+66+98=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #3F4262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4262 is #C0BD9D. Grayscale: #444444. Windows color (decimal): -12631454 or 6439487. OLE color: 6439487.

HSL color Cylindrical-coordinate representation of color #3F4262: hue angle of 234.86º 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 #3F4262 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB636698-
CMYK0.360.3300.62
HSL234.86º21.74%31.57%-
HSV(B)234.86º35.71%38.43%-
XYZ6.25.8412.35-
YUV68.75144.51123.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.75%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=27.75%
G=29.07%
B=43.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6366980.360.3300.62234.8621.7431.57
Hex3F4262242103Eeb1620
Octal7710214244410763532640
Binary1111111000010110001010010010000101111101110101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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