#3B4573

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

Shades of Port Gore #3B4573

Tints of Port Gore #3B4573

Color information

#3B4573 (or 0x3B4573) is unknown color: approx Port Gore. HEX triplet: 3B, 45 and 73. RGB value is (59,69,115). Sum of RGB (Red+Green+Blue) = 59+69+115=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B4573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4573 is #C4BA8C. Grayscale: #474747. Windows color (decimal): -12892813 or 7554363. OLE color: 7554363.

HSL color Cylindrical-coordinate representation of color #3B4573: hue angle of 229.29º 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 #3B4573 is Cyan = 0.49, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5969115-
CMYK0.490.400.55
HSL229.29º32.18%34.12%-
HSV(B)229.29º48.7%45.1%-
XYZ7.036.4217.09-
YUV71.25152.69119.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.28%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=24.28%
G=28.40%
B=47.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59691150.490.400.55229.2932.1834.12
Hex3B45733128037e52022
Octal7310516361500673454042
Binary11101110001011110011110001101000011011111100101100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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