#2B5675

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

Shades of Venice Blue #2B5675

Tints of Venice Blue #2B5675

Color information

#2B5675 (or 0x2B5675) is unknown color: approx Venice Blue. HEX triplet: 2B, 56 and 75. RGB value is (43,86,117). Sum of RGB (Red+Green+Blue) = 43+86+117=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B5675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5675 is #D4A98A. Grayscale: #4C4C4C. Windows color (decimal): -13937035 or 7689771. OLE color: 7689771.

HSL color Cylindrical-coordinate representation of color #2B5675: hue angle of 205.14º 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 #2B5675 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4386117-
CMYK0.630.2600.54
HSL205.14º46.25%31.37%-
HSV(B)205.14º63.25%45.88%-
XYZ7.538.4518.06-
YUV76.68150.75103.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=17.48%
G=34.96%
B=47.56%

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
Decimal43861170.630.2600.54205.1446.2531.37
Hex2B56753F1A036cd2e1f
Octal5312616577320663155637
Binary101011101011011101011111111101001101101100110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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