#2a5070

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

Shades of Venice Blue #2A5070

Tints of Venice Blue #2A5070

Color information

#2A5070 (or 0x2A5070) is unknown color: approx Venice Blue. HEX triplet: 2A, 50 and 70. RGB value is (42,80,112). Sum of RGB (Red+Green+Blue) = 42+80+112=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #2A5070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5070 is #D5AF8F. Grayscale: #484848. Windows color (decimal): -14004112 or 7360554. OLE color: 7360554.

HSL color Cylindrical-coordinate representation of color #2A5070: hue angle of 207.43º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A5070 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4280112-
CMYK0.620.2900.56
HSL207.43º45.45%30.2%-
HSV(B)207.43º62.5%43.92%-
XYZ6.757.416.4-
YUV72.29150.41106.4-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=17.95%
G=34.19%
B=47.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42801120.620.2900.56207.4345.4530.2
Hex2A50703E1D038cf2d1e
Octal5212016076350703175536
Binary101010101000011100001111101110101110001100111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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