#2A4872

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

Shades of Venice Blue #2A4872

Tints of Venice Blue #2A4872

Color information

#2A4872 (or 0x2A4872) is unknown color: approx Venice Blue. HEX triplet: 2A, 48 and 72. RGB value is (42,72,114). Sum of RGB (Red+Green+Blue) = 42+72+114=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A4872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4872 is #D5B78D. Grayscale: #434343. Windows color (decimal): -14006158 or 7489578. OLE color: 7489578.

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

Color convert

RGB4272114-
CMYK0.630.3700.55
HSL215º46.15%30.59%-
HSV(B)215º63.16%44.71%-
XYZ6.316.3416.81-
YUV67.82154.06109.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.42%
GREEN value IS 72 (28.52% from 255) = 31.58%
BLUE value IS 114 (44.92% from 255) = 50%
R=18.42%
G=31.58%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42721140.630.3700.5521546.1530.59
Hex2A48723F25037d72e1f
Octal5211016277450673275637
Binary1010101001000111001011111110010101101111101011110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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