#3A4773

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

Shades of Port Gore #3A4773

Tints of Port Gore #3A4773

Color information

#3A4773 (or 0x3A4773) is unknown color: approx Port Gore. HEX triplet: 3A, 47 and 73. RGB value is (58,71,115). Sum of RGB (Red+Green+Blue) = 58+71+115=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A4773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4773 is #C5B88C. Grayscale: #474747. Windows color (decimal): -12957837 or 7554874. OLE color: 7554874.

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

Color convert

RGB5871115-
CMYK0.500.3800.55
HSL226.32º32.95%33.92%-
HSV(B)226.32º49.57%45.1%-
XYZ7.096.6417.13-
YUV72.13152.19117.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.77%
GREEN value IS 71 (28.12% from 255) = 29.10%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=23.77%
G=29.10%
B=47.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58711150.500.3800.55226.3232.9533.92
Hex3A47733226037e22122
Octal7210716362460673424142
Binary11101010001111110011110010100110011011111100010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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