#2A4C72

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

Shades of Venice Blue #2A4C72

Tints of Venice Blue #2A4C72

Color information

#2A4C72 (or 0x2A4C72) is unknown color: approx Venice Blue. HEX triplet: 2A, 4C and 72. RGB value is (42,76,114). Sum of RGB (Red+Green+Blue) = 42+76+114=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A4C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4C72 is #D5B38D. Grayscale: #454545. Windows color (decimal): -14005134 or 7490602. OLE color: 7490602.

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

Color convert

RGB4276114-
CMYK0.630.3300.55
HSL211.67º46.15%30.59%-
HSV(B)211.67º63.16%44.71%-
XYZ6.586.8816.9-
YUV70.17152.74107.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 76 (30.08% from 255) = 32.76%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=18.10%
G=32.76%
B=49.14%

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
Decimal42761140.630.3300.55211.6746.1530.59
Hex2A4C723F21037d42e1f
Octal5211416277410673245637
Binary1010101001100111001011111110000101101111101010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,76,114); }

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

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

 a { background-color: rgb(42,76,114); }

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

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

 span { border-color: rgb(42,76,114); }

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