#3B406E

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

Shades of Port Gore #3B406E

Tints of Port Gore #3B406E

Color information

#3B406E (or 0x3B406E) is unknown color: approx Port Gore. HEX triplet: 3B, 40 and 6E. RGB value is (59,64,110). Sum of RGB (Red+Green+Blue) = 59+64+110=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B406E is #C4BF91. Grayscale: #434343. Windows color (decimal): -12894098 or 7225403. OLE color: 7225403.

HSL color Cylindrical-coordinate representation of color #3B406E: hue angle of 234.12º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B406E is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5964110-
CMYK0.460.4200.57
HSL234.12º30.18%33.14%-
HSV(B)234.12º46.36%43.14%-
XYZ6.455.7215.52-
YUV67.75151.84121.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.32%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 110 (43.36% from 255) = 47.21%
R=25.32%
G=27.47%
B=47.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59641100.460.4200.57234.1230.1833.14
Hex3B406E2E2A039ea1e21
Octal7310015656520713523641
Binary1110111000000110111010111010101001110011110101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,64,110); }

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

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

 a { background-color: rgb(59,64,110); }

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

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

 span { border-color: rgb(59,64,110); }

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