#2A4D73

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

Shades of Venice Blue #2A4D73

Tints of Venice Blue #2A4D73

Color information

#2A4D73 (or 0x2A4D73) is unknown color: approx Venice Blue. HEX triplet: 2A, 4D and 73. RGB value is (42,77,115). Sum of RGB (Red+Green+Blue) = 42+77+115=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A4D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A4D73 is #D5B28C. Grayscale: #464646. Windows color (decimal): -14004877 or 7556394. OLE color: 7556394.

HSL color Cylindrical-coordinate representation of color #2A4D73: hue angle of 211.23º 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 #2A4D73 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4277115-
CMYK0.630.3300.55
HSL211.23º46.5%30.78%-
HSV(B)211.23º63.48%45.1%-
XYZ6.77.0417.22-
YUV70.87152.9107.41-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 77 (30.47% from 255) = 32.91%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=17.95%
G=32.91%
B=49.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42771150.630.3300.55211.2346.530.78
Hex2A4D733F21037d32e1f
Octal5211516377410673235637
Binary1010101001101111001111111110000101101111101001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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