#2B5878

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

Shades of Venice Blue #2B5878

Tints of Venice Blue #2B5878

Color information

#2B5878 (or 0x2B5878) is unknown color: approx Venice Blue. HEX triplet: 2B, 58 and 78. RGB value is (43,88,120). Sum of RGB (Red+Green+Blue) = 43+88+120=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B5878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5878 is #D4A787. Grayscale: #4E4E4E. Windows color (decimal): -13936520 or 7886891. OLE color: 7886891.

HSL color Cylindrical-coordinate representation of color #2B5878: hue angle of 204.94º 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 #2B5878 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4388120-
CMYK0.640.2700.53
HSL204.94º47.24%31.96%-
HSV(B)204.94º64.17%47.06%-
XYZ7.888.8519.06-
YUV78.19151.59102.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.13%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 120 (47.27% from 255) = 47.81%
R=17.13%
G=35.06%
B=47.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43881200.640.2700.53204.9447.2431.96
Hex2B5878401B035cd2f20
Octal53130170100330653155740
Binary10101110110001111000100000011011011010111001101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,88,120); }

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

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

 a { background-color: rgb(43,88,120); }

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

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

 span { border-color: rgb(43,88,120); }

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