#2B5775

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

Shades of Venice Blue #2B5775

Tints of Venice Blue #2B5775

Color information

#2B5775 (or 0x2B5775) is unknown color: approx Venice Blue. HEX triplet: 2B, 57 and 75. RGB value is (43,87,117). Sum of RGB (Red+Green+Blue) = 43+87+117=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B5775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5775 is #D4A88A. Grayscale: #4D4D4D. Windows color (decimal): -13936779 or 7690027. OLE color: 7690027.

HSL color Cylindrical-coordinate representation of color #2B5775: hue angle of 204.32º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B5775 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4387117-
CMYK0.630.2600.54
HSL204.32º46.25%31.37%-
HSV(B)204.32º63.25%45.88%-
XYZ7.628.6118.09-
YUV77.26150.42103.56-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.41%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=17.41%
G=35.22%
B=47.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43871170.630.2600.54204.3246.2531.37
Hex2B57753F1A036cc2e1f
Octal5312716577320663145637
Binary101011101011111101011111111101001101101100110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,87,117); }

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

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

 a { background-color: rgb(43,87,117); }

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

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

 span { border-color: rgb(43,87,117); }

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