#2a5473

Color #2A5473 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #2A5473

Tints of Venice Blue #2A5473

Color information

#2A5473 (or 0x2A5473) is unknown color: approx Venice Blue. HEX triplet: 2A, 54 and 73. RGB value is (42,84,115). Sum of RGB (Red+Green+Blue) = 42+84+115=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A5473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5473 is #D5AB8C. Grayscale: #4A4A4A. Windows color (decimal): -14003085 or 7558186. OLE color: 7558186.

HSL color Cylindrical-coordinate representation of color #2A5473: hue angle of 205.48º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A5473 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4284115-
CMYK0.630.2700.55
HSL205.48º46.5%30.78%-
HSV(B)205.48º63.48%45.1%-
XYZ7.228.0717.4-
YUV74.98150.59104.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.43%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 115 (45.31% from 255) = 47.72%
R=17.43%
G=34.85%
B=47.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42841150.630.2700.55205.4846.530.78
Hex2A54733F1B037cd2e1f
Octal5212416377330673155637
Binary101010101010011100111111111101101101111100110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2a5473; }

 p { color: rgb(42,84,115); }

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

<style>
 a { background-color: #2a5473; }

 a { background-color: rgb(42,84,115); }

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

<style>
 span { border-color: #2a5473; }

 span { border-color: rgb(42,84,115); }

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