#2A5178

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

Shades of Venice Blue #2A5178

Tints of Venice Blue #2A5178

Color information

#2A5178 (or 0x2A5178) is unknown color: approx Venice Blue. HEX triplet: 2A, 51 and 78. RGB value is (42,81,120). Sum of RGB (Red+Green+Blue) = 42+81+120=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #2A5178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5178 is #D5AE87. Grayscale: #494949. Windows color (decimal): -14003848 or 7885098. OLE color: 7885098.

HSL color Cylindrical-coordinate representation of color #2A5178: hue angle of 210º 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 #2A5178 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4281120-
CMYK0.650.3200.53
HSL210º48.15%31.76%-
HSV(B)210º65%47.06%-
XYZ7.297.7318.88-
YUV73.78154.08105.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.28%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 120 (47.27% from 255) = 49.38%
R=17.28%
G=33.33%
B=49.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42811200.650.3200.5321048.1531.76
Hex2A51784120035d23020
Octal52121170101400653226040
Binary101010101000111110001000001100000011010111010010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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