#3B476D

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

Shades of Port Gore #3B476D

Tints of Port Gore #3B476D

Color information

#3B476D (or 0x3B476D) is unknown color: approx Port Gore. HEX triplet: 3B, 47 and 6D. RGB value is (59,71,109). Sum of RGB (Red+Green+Blue) = 59+71+109=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B476D is #C4B892. Grayscale: #474747. Windows color (decimal): -12892307 or 7161659. OLE color: 7161659.

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

Color convert

RGB5971109-
CMYK0.460.3500.57
HSL225.6º29.76%32.94%-
HSV(B)225.6º45.87%42.75%-
XYZ6.826.5415.37-
YUV71.74149.02118.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.69%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=24.69%
G=29.71%
B=45.61%

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
Decimal59711090.460.3500.57225.629.7632.94
Hex3B476D2E23039e21e21
Octal7310715556430713423641
Binary1110111000111110110110111010001101110011110001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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