#2B4D77

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

Shades of Venice Blue #2B4D77

Tints of Venice Blue #2B4D77

Color information

#2B4D77 (or 0x2B4D77) is unknown color: approx Venice Blue. HEX triplet: 2B, 4D and 77. RGB value is (43,77,119). Sum of RGB (Red+Green+Blue) = 43+77+119=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B4D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B4D77 is #D4B288. Grayscale: #474747. Windows color (decimal): -13939337 or 7818539. OLE color: 7818539.

HSL color Cylindrical-coordinate representation of color #2B4D77: hue angle of 213.16º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B4D77 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4377119-
CMYK0.640.3500.53
HSL213.16º46.91%31.76%-
HSV(B)213.16º63.87%46.67%-
XYZ6.987.1518.47-
YUV71.62154.74107.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.99%
GREEN value IS 77 (30.47% from 255) = 32.22%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=17.99%
G=32.22%
B=49.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43771190.640.3500.53213.1646.9131.76
Hex2B4D774023035d52f20
Octal53115167100430653255740
Binary101011100110111101111000000100011011010111010101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,77,119); }

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

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

 a { background-color: rgb(43,77,119); }

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

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

 span { border-color: rgb(43,77,119); }

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