#3F4A68

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

Shades of Port Gore #3F4A68

Tints of Port Gore #3F4A68

Color information

#3F4A68 (or 0x3F4A68) is unknown color: approx Port Gore. HEX triplet: 3F, 4A and 68. RGB value is (63,74,104). Sum of RGB (Red+Green+Blue) = 63+74+104=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F4A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4A68 is #C0B597. Grayscale: #4A4A4A. Windows color (decimal): -12629400 or 6834751. OLE color: 6834751.

HSL color Cylindrical-coordinate representation of color #3F4A68: hue angle of 223.9º 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 #3F4A68 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6374104-
CMYK0.390.2900.59
HSL223.9º24.55%32.75%-
HSV(B)223.9º39.42%40.78%-
XYZ76.9514.07-
YUV74.13144.86120.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=26.14%
G=30.71%
B=43.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63741040.390.2900.59223.924.5532.75
Hex3F4A68271D03Be01921
Octal7711215047350733403141
Binary111111100101011010001001111110101110111110000011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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