#2B4E73

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

Shades of Venice Blue #2B4E73

Tints of Venice Blue #2B4E73

Color information

#2B4E73 (or 0x2B4E73) is unknown color: approx Venice Blue. HEX triplet: 2B, 4E and 73. RGB value is (43,78,115). Sum of RGB (Red+Green+Blue) = 43+78+115=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B4E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4E73 is #D4B18C. Grayscale: #474747. Windows color (decimal): -13939085 or 7556651. OLE color: 7556651.

HSL color Cylindrical-coordinate representation of color #2B4E73: hue angle of 210.83º 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 #2B4E73 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4378115-
CMYK0.630.3200.55
HSL210.83º45.57%30.98%-
HSV(B)210.83º62.61%45.1%-
XYZ6.827.217.25-
YUV71.75152.4107.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.22%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=18.22%
G=33.05%
B=48.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43781150.630.3200.55210.8345.5730.98
Hex2B4E733F20037d32e1f
Octal5311616377400673235637
Binary1010111001110111001111111110000001101111101001110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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