#2B496D

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

Shades of Venice Blue #2B496D

Tints of Venice Blue #2B496D

Color information

#2B496D (or 0x2B496D) is unknown color: approx Venice Blue. HEX triplet: 2B, 49 and 6D. RGB value is (43,73,109). Sum of RGB (Red+Green+Blue) = 43+73+109=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B496D is #D4B692. Grayscale: #434343. Windows color (decimal): -13940371 or 7162155. OLE color: 7162155.

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

Color convert

RGB4373109-
CMYK0.610.3300.57
HSL212.73º43.42%29.8%-
HSV(B)212.73º60.55%42.75%-
XYZ6.146.3815.38-
YUV68.13151.06110.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=19.11%
G=32.44%
B=48.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43731090.610.3300.57212.7343.4229.8
Hex2B496D3D21039d52b1e
Octal5311115575410713255336
Binary1010111001001110110111110110000101110011101010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,73,109); }

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

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

 a { background-color: rgb(43,73,109); }

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

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

 span { border-color: rgb(43,73,109); }

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