#2B4973

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

Shades of Venice Blue #2B4973

Tints of Venice Blue #2B4973

Color information

#2B4973 (or 0x2B4973) is unknown color: approx Venice Blue. HEX triplet: 2B, 49 and 73. RGB value is (43,73,115). Sum of RGB (Red+Green+Blue) = 43+73+115=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B4973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4973 is #D4B68C. Grayscale: #444444. Windows color (decimal): -13940365 or 7555371. OLE color: 7555371.

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

Color convert

RGB4373115-
CMYK0.630.3700.55
HSL215º45.57%30.98%-
HSV(B)215º62.61%45.1%-
XYZ6.476.5217.14-
YUV68.82154.06109.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.61%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 115 (45.31% from 255) = 49.78%
R=18.61%
G=31.60%
B=49.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43731150.630.3700.5521545.5730.98
Hex2B49733F25037d72e1f
Octal5311116377450673275637
Binary1010111001001111001111111110010101101111101011110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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