#3B476E

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

Shades of Port Gore #3B476E

Tints of Port Gore #3B476E

Color information

#3B476E (or 0x3B476E) is unknown color: approx Port Gore. HEX triplet: 3B, 47 and 6E. RGB value is (59,71,110). Sum of RGB (Red+Green+Blue) = 59+71+110=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B476E is #C4B891. Grayscale: #474747. Windows color (decimal): -12892306 or 7227195. OLE color: 7227195.

HSL color Cylindrical-coordinate representation of color #3B476E: hue angle of 225.88º 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 #3B476E is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5971110-
CMYK0.460.3500.57
HSL225.88º30.18%33.14%-
HSV(B)225.88º46.36%43.14%-
XYZ6.876.5615.66-
YUV71.86149.52118.83-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.58%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=24.58%
G=29.58%
B=45.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59711100.460.3500.57225.8830.1833.14
Hex3B476E2E23039e21e21
Octal7310715656430713423641
Binary1110111000111110111010111010001101110011110001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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