#2c496c

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

Shades of Venice Blue #2C496C

Tints of Venice Blue #2C496C

Color information

#2C496C (or 0x2C496C) is unknown color: approx Venice Blue. HEX triplet: 2C, 49 and 6C. RGB value is (44,73,108). Sum of RGB (Red+Green+Blue) = 44+73+108=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C496C is #D3B693. Grayscale: #444444. Windows color (decimal): -13874836 or 7096620. OLE color: 7096620.

HSL color Cylindrical-coordinate representation of color #2C496C: hue angle of 212.81º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C496C is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4473108-
CMYK0.590.3200.58
HSL212.81º42.11%29.8%-
HSV(B)212.81º59.26%42.35%-
XYZ6.136.3815.1-
YUV68.32150.39110.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.56%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 108 (42.58% from 255) = 48%
R=19.56%
G=32.44%
B=48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44731080.590.3200.58212.8142.1129.8
Hex2C496C3B2003Ad52a1e
Octal5411115473400723255236
Binary1011001001001110110011101110000001110101101010110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c496c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,73,108); }

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

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

 a { background-color: rgb(44,73,108); }

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

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

 span { border-color: rgb(44,73,108); }

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