#2A577B

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

Shades of Venice Blue #2A577B

Tints of Venice Blue #2A577B

Color information

#2A577B (or 0x2A577B) is unknown color: approx Venice Blue. HEX triplet: 2A, 57 and 7B. RGB value is (42,87,123). Sum of RGB (Red+Green+Blue) = 42+87+123=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A577B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A577B is #D5A884. Grayscale: #4D4D4D. Windows color (decimal): -14002309 or 8083242. OLE color: 8083242.

HSL color Cylindrical-coordinate representation of color #2A577B: hue angle of 206.67º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A577B is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4287123-
CMYK0.660.2900.52
HSL206.67º49.09%32.35%-
HSV(B)206.67º65.85%48.24%-
XYZ7.948.7420.01-
YUV77.65153.59102.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.67%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=16.67%
G=34.52%
B=48.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal42871230.660.2900.52206.6749.0932.35
Hex2A577B421D034cf3120
Octal52127173102350643176140
Binary10101010101111111011100001011101011010011001111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,87,123); }

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

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

 a { background-color: rgb(42,87,123); }

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

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

 span { border-color: rgb(42,87,123); }

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