#2A4F72

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

Shades of Venice Blue #2A4F72

Tints of Venice Blue #2A4F72

Color information

#2A4F72 (or 0x2A4F72) is unknown color: approx Venice Blue. HEX triplet: 2A, 4F and 72. RGB value is (42,79,114). Sum of RGB (Red+Green+Blue) = 42+79+114=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A4F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A4F72 is #D5B08D. Grayscale: #474747. Windows color (decimal): -14004366 or 7491370. OLE color: 7491370.

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

Color convert

RGB4279114-
CMYK0.630.3100.55
HSL209.17º46.15%30.59%-
HSV(B)209.17º63.16%44.71%-
XYZ6.797.316.97-
YUV71.93151.74106.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 79 (31.25% from 255) = 33.62%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=17.87%
G=33.62%
B=48.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42791140.630.3100.55209.1746.1530.59
Hex2A4F723F1F037d12e1f
Octal5211716277370673215637
Binary101010100111111100101111111111101101111101000110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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