#2C5271

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

Shades of Venice Blue #2C5271

Tints of Venice Blue #2C5271

Color information

#2C5271 (or 0x2C5271) is unknown color: approx Venice Blue. HEX triplet: 2C, 52 and 71. RGB value is (44,82,113). Sum of RGB (Red+Green+Blue) = 44+82+113=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #2C5271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5271 is #D3AD8E. Grayscale: #4A4A4A. Windows color (decimal): -13872527 or 7426604. OLE color: 7426604.

HSL color Cylindrical-coordinate representation of color #2C5271: hue angle of 206.96º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C5271 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4482113-
CMYK0.610.2700.56
HSL206.96º43.95%30.78%-
HSV(B)206.96º61.06%44.31%-
XYZ7.047.7616.75-
YUV74.17149.91106.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.41%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=18.41%
G=34.31%
B=47.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44821130.610.2700.56206.9643.9530.78
Hex2C52713D1B038cf2c1f
Octal5412216175330703175437
Binary101100101001011100011111011101101110001100111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,82,113); }

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

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

 a { background-color: rgb(44,82,113); }

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

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

 span { border-color: rgb(44,82,113); }

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