#2C5277

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

Shades of Venice Blue #2C5277

Tints of Venice Blue #2C5277

Color information

#2C5277 (or 0x2C5277) is unknown color: approx Venice Blue. HEX triplet: 2C, 52 and 77. RGB value is (44,82,119). Sum of RGB (Red+Green+Blue) = 44+82+119=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C5277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5277 is #D3AD88. Grayscale: #4A4A4A. Windows color (decimal): -13872521 or 7819820. OLE color: 7819820.

HSL color Cylindrical-coordinate representation of color #2C5277: hue angle of 209.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C5277 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4482119-
CMYK0.630.3100.53
HSL209.6º46.01%31.96%-
HSV(B)209.6º63.03%46.67%-
XYZ7.397.918.59-
YUV74.86152.91105.99-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.96%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 119 (46.88% from 255) = 48.57%
R=17.96%
G=33.47%
B=48.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44821190.630.3100.53209.646.0131.96
Hex2C52773F1F035d22e20
Octal5412216777370653225640
Binary1011001010010111011111111111111011010111010010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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