#2B5673

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

Shades of Venice Blue #2B5673

Tints of Venice Blue #2B5673

Color information

#2B5673 (or 0x2B5673) is unknown color: approx Venice Blue. HEX triplet: 2B, 56 and 73. RGB value is (43,86,115). Sum of RGB (Red+Green+Blue) = 43+86+115=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B5673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5673 is #D4A98C. Grayscale: #4C4C4C. Windows color (decimal): -13937037 or 7558699. OLE color: 7558699.

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

Color convert

RGB4386115-
CMYK0.630.2500.55
HSL204.17º45.57%30.98%-
HSV(B)204.17º62.61%45.1%-
XYZ7.428.4117.45-
YUV76.45149.75104.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.62%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=17.62%
G=35.25%
B=47.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43861150.630.2500.55204.1745.5730.98
Hex2B56733F19037cc2e1f
Octal5312616377310673145637
Binary101011101011011100111111111100101101111100110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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