#3F466C

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

Shades of Port Gore #3F466C

Tints of Port Gore #3F466C

Color information

#3F466C (or 0x3F466C) is unknown color: approx Port Gore. HEX triplet: 3F, 46 and 6C. RGB value is (63,70,108). Sum of RGB (Red+Green+Blue) = 63+70+108=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F466C is #C0B993. Grayscale: #484848. Windows color (decimal): -12630420 or 7095871. OLE color: 7095871.

HSL color Cylindrical-coordinate representation of color #3F466C: hue angle of 230.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F466C is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6370108-
CMYK0.420.3500.58
HSL230.67º26.32%33.53%-
HSV(B)230.67º41.67%42.35%-
XYZ6.956.5215.08-
YUV72.24148.18121.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=26.14%
G=29.05%
B=44.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63701080.420.3500.58230.6726.3233.53
Hex3F466C2A2303Ae71a22
Octal7710615452430723473242
Binary1111111000110110110010101010001101110101110011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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