#2B537D

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

Shades of Venice Blue #2B537D

Tints of Venice Blue #2B537D

Color information

#2B537D (or 0x2B537D) is unknown color: approx Venice Blue. HEX triplet: 2B, 53 and 7D. RGB value is (43,83,125). Sum of RGB (Red+Green+Blue) = 43+83+125=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B537D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B537D is #D4AC82. Grayscale: #4B4B4B. Windows color (decimal): -13937795 or 8213291. OLE color: 8213291.

HSL color Cylindrical-coordinate representation of color #2B537D: hue angle of 210.73º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B537D is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4383125-
CMYK0.660.3400.51
HSL210.73º48.81%32.94%-
HSV(B)210.73º65.6%49.02%-
XYZ7.798.1820.57-
YUV75.83155.75104.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.13%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=17.13%
G=33.07%
B=49.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43831250.660.3400.51210.7348.8132.94
Hex2B537D4222033d33121
Octal53123175102420633236141
Binary101011101001111111011000010100010011001111010011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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