#3B4773

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

Shades of Port Gore #3B4773

Tints of Port Gore #3B4773

Color information

#3B4773 (or 0x3B4773) is unknown color: approx Port Gore. HEX triplet: 3B, 47 and 73. RGB value is (59,71,115). Sum of RGB (Red+Green+Blue) = 59+71+115=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B4773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4773 is #C4B88C. Grayscale: #484848. Windows color (decimal): -12892301 or 7554875. OLE color: 7554875.

HSL color Cylindrical-coordinate representation of color #3B4773: hue angle of 227.14º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B4773 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5971115-
CMYK0.490.3800.55
HSL227.14º32.18%34.12%-
HSV(B)227.14º48.7%45.1%-
XYZ7.156.6717.13-
YUV72.43152.02118.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.08%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=24.08%
G=28.98%
B=46.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59711150.490.3800.55227.1432.1834.12
Hex3B47733126037e32022
Octal7310716361460673434042
Binary11101110001111110011110001100110011011111100011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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