#3F4261

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

Shades of Port Gore #3F4261

Tints of Port Gore #3F4261

Color information

#3F4261 (or 0x3F4261) is unknown color: approx Port Gore. HEX triplet: 3F, 42 and 61. RGB value is (63,66,97). Sum of RGB (Red+Green+Blue) = 63+66+97=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F4261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4261 is #C0BD9E. Grayscale: #444444. Windows color (decimal): -12631455 or 6373951. OLE color: 6373951.

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

Color convert

RGB636697-
CMYK0.350.3200.62
HSL234.71º21.25%31.37%-
HSV(B)234.71º35.05%38.04%-
XYZ6.165.8212.11-
YUV68.64144.01123.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=27.88%
G=29.20%
B=42.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6366970.350.3200.62234.7121.2531.37
Hex3F4261232003Eeb151f
Octal7710214143400763532537
Binary111111100001011000011000111000000111110111010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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