#2A5077

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

Shades of Venice Blue #2A5077

Tints of Venice Blue #2A5077

Color information

#2A5077 (or 0x2A5077) is unknown color: approx Venice Blue. HEX triplet: 2A, 50 and 77. RGB value is (42,80,119). Sum of RGB (Red+Green+Blue) = 42+80+119=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #2A5077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5077 is #D5AF88. Grayscale: #484848. Windows color (decimal): -14004105 or 7819306. OLE color: 7819306.

HSL color Cylindrical-coordinate representation of color #2A5077: hue angle of 210.39º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A5077 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4280119-
CMYK0.650.3300.53
HSL210.39º47.83%31.57%-
HSV(B)210.39º64.71%46.67%-
XYZ7.157.5618.54-
YUV73.08153.91105.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.43%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=17.43%
G=33.20%
B=49.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42801190.650.3300.53210.3947.8331.57
Hex2A50774121035d23020
Octal52120167101410653226040
Binary101010101000011101111000001100001011010111010010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,80,119); }

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

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

 a { background-color: rgb(42,80,119); }

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

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

 span { border-color: rgb(42,80,119); }

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