#3F4767

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

Shades of Port Gore #3F4767

Tints of Port Gore #3F4767

Color information

#3F4767 (or 0x3F4767) is unknown color: approx Port Gore. HEX triplet: 3F, 47 and 67. RGB value is (63,71,103). Sum of RGB (Red+Green+Blue) = 63+71+103=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F4767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4767 is #C0B898. Grayscale: #484848. Windows color (decimal): -12630169 or 6768447. OLE color: 6768447.

HSL color Cylindrical-coordinate representation of color #3F4767: hue angle of 228º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4767 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6371103-
CMYK0.390.3100.60
HSL228º24.1%32.55%-
HSV(B)228º38.83%40.39%-
XYZ6.756.5413.74-
YUV72.26145.35121.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.58%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=26.58%
G=29.96%
B=43.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63711030.390.3100.6022824.132.55
Hex3F4767271F03Ce41821
Octal7710714747370743443041
Binary111111100011111001111001111111101111001110010011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,71,103); }

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

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

 a { background-color: rgb(63,71,103); }

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

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

 span { border-color: rgb(63,71,103); }

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