#2A517C

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

Shades of Venice Blue #2A517C

Tints of Venice Blue #2A517C

Color information

#2A517C (or 0x2A517C) is unknown color: approx Venice Blue. HEX triplet: 2A, 51 and 7C. RGB value is (42,81,124). Sum of RGB (Red+Green+Blue) = 42+81+124=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A517C is #D5AE83. Grayscale: #4A4A4A. Windows color (decimal): -14003844 or 8147242. OLE color: 8147242.

HSL color Cylindrical-coordinate representation of color #2A517C: hue angle of 211.46º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A517C is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4281124-
CMYK0.660.3500.51
HSL211.46º49.4%32.55%-
HSV(B)211.46º66.13%48.63%-
XYZ7.547.8320.18-
YUV74.24156.08105-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.00%
GREEN value IS 81 (32.03% from 255) = 32.79%
BLUE value IS 124 (48.83% from 255) = 50.20%
R=17.00%
G=32.79%
B=50.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42811240.660.3500.51211.4649.432.55
Hex2A517C4223033d33121
Octal52121174102430633236141
Binary101010101000111111001000010100011011001111010011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,81,124); }

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

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

 a { background-color: rgb(42,81,124); }

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

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

 span { border-color: rgb(42,81,124); }

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