#3F4268

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

Shades of Port Gore #3F4268

Tints of Port Gore #3F4268

Color information

#3F4268 (or 0x3F4268) is unknown color: approx Port Gore. HEX triplet: 3F, 42 and 68. RGB value is (63,66,104). Sum of RGB (Red+Green+Blue) = 63+66+104=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F4268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4268 is #C0BD97. Grayscale: #454545. Windows color (decimal): -12631448 or 6832703. OLE color: 6832703.

HSL color Cylindrical-coordinate representation of color #3F4268: hue angle of 235.61º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4268 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6366104-
CMYK0.390.3700.59
HSL235.61º24.55%32.75%-
HSV(B)235.61º39.42%40.78%-
XYZ6.55.9513.9-
YUV69.43147.51123.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.04%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=27.04%
G=28.33%
B=44.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63661040.390.3700.59235.6124.5532.75
Hex3F4268272503Bec1921
Octal7710215047450733543141
Binary1111111000010110100010011110010101110111110110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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