#2B557F

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

Shades of Venice Blue #2B557F

Tints of Venice Blue #2B557F

Color information

#2B557F (or 0x2B557F) is unknown color: approx Venice Blue. HEX triplet: 2B, 55 and 7F. RGB value is (43,85,127). Sum of RGB (Red+Green+Blue) = 43+85+127=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B557F is #D4AA80. Grayscale: #4D4D4D. Windows color (decimal): -13937281 or 8344875. OLE color: 8344875.

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

Color convert

RGB4385127-
CMYK0.660.3300.50
HSL210º49.41%33.33%-
HSV(B)210º66.14%49.8%-
XYZ8.088.5421.3-
YUV77.23156.09103.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.86%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 49.80%
R=16.86%
G=33.33%
B=49.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43851270.660.3300.5021049.4133.33
Hex2B557F4221032d23121
Octal53125177102410623226141
Binary101011101010111111111000010100001011001011010010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,85,127); }

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

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

 a { background-color: rgb(43,85,127); }

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

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

 span { border-color: rgb(43,85,127); }

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