#2C496E

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

Shades of Venice Blue #2C496E

Tints of Venice Blue #2C496E

Color information

#2C496E (or 0x2C496E) is unknown color: approx Venice Blue. HEX triplet: 2C, 49 and 6E. RGB value is (44,73,110). Sum of RGB (Red+Green+Blue) = 44+73+110=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C496E is #D3B691. Grayscale: #444444. Windows color (decimal): -13874834 or 7227692. OLE color: 7227692.

HSL color Cylindrical-coordinate representation of color #2C496E: hue angle of 213.64º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C496E is Cyan = 0.6, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4473110-
CMYK0.60.3400.57
HSL213.64º42.86%30.2%-
HSV(B)213.64º60%43.14%-
XYZ6.246.4315.66-
YUV68.55151.39110.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.38%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 110 (43.36% from 255) = 48.46%
R=19.38%
G=32.16%
B=48.46%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44731100.60.3400.57213.6442.8630.2
Hex2C496E3C22039d62b1e
Octal5411115674420713265336
Binary1011001001001110111011110010001001110011101011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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