#2A5374

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

Shades of Venice Blue #2A5374

Tints of Venice Blue #2A5374

Color information

#2A5374 (or 0x2A5374) is unknown color: approx Venice Blue. HEX triplet: 2A, 53 and 74. RGB value is (42,83,116). Sum of RGB (Red+Green+Blue) = 42+83+116=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #2A5374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5374 is #D5AC8B. Grayscale: #4A4A4A. Windows color (decimal): -14003340 or 7623466. OLE color: 7623466.

HSL color Cylindrical-coordinate representation of color #2A5374: hue angle of 206.76º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A5374 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4283116-
CMYK0.640.2800.55
HSL206.76º46.84%30.98%-
HSV(B)206.76º63.79%45.49%-
XYZ7.27.9417.68-
YUV74.5151.42104.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.43%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 116 (45.70% from 255) = 48.13%
R=17.43%
G=34.44%
B=48.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42831160.640.2800.55206.7646.8430.98
Hex2A5374401C037cf2f1f
Octal52123164100340673175737
Binary1010101010011111010010000001110001101111100111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,83,116); }

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

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

 a { background-color: rgb(42,83,116); }

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

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

 span { border-color: rgb(42,83,116); }

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