#3B496E

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

Shades of Port Gore #3B496E

Tints of Port Gore #3B496E

Color information

#3B496E (or 0x3B496E) is unknown color: approx Port Gore. HEX triplet: 3B, 49 and 6E. RGB value is (59,73,110). Sum of RGB (Red+Green+Blue) = 59+73+110=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B496E is #C4B691. Grayscale: #484848. Windows color (decimal): -12891794 or 7227707. OLE color: 7227707.

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

Color convert

RGB5973110-
CMYK0.460.3400.57
HSL223.53º30.18%33.14%-
HSV(B)223.53º46.36%43.14%-
XYZ76.8215.7-
YUV73.03148.86117.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.38%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=24.38%
G=30.17%
B=45.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59731100.460.3400.57223.5330.1833.14
Hex3B496E2E22039e01e21
Octal7311115656420713403641
Binary1110111001001110111010111010001001110011110000011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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