#2B537B

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

Shades of Venice Blue #2B537B

Tints of Venice Blue #2B537B

Color information

#2B537B (or 0x2B537B) is unknown color: approx Venice Blue. HEX triplet: 2B, 53 and 7B. RGB value is (43,83,123). Sum of RGB (Red+Green+Blue) = 43+83+123=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B537B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B537B is #D4AC84. Grayscale: #4B4B4B. Windows color (decimal): -13937797 or 8082219. OLE color: 8082219.

HSL color Cylindrical-coordinate representation of color #2B537B: hue angle of 210º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B537B is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4383123-
CMYK0.650.3300.52
HSL210º48.19%32.55%-
HSV(B)210º65.04%48.24%-
XYZ7.668.1319.9-
YUV75.6154.75104.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.27%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 49.40%
R=17.27%
G=33.33%
B=49.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43831230.650.3300.5221048.1932.55
Hex2B537B4121034d23021
Octal53123173101410643226041
Binary101011101001111110111000001100001011010011010010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,83,123); }

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

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

 a { background-color: rgb(43,83,123); }

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

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

 span { border-color: rgb(43,83,123); }

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