#2B597B

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

Shades of Venice Blue #2B597B

Tints of Venice Blue #2B597B

Color information

#2B597B (or 0x2B597B) is unknown color: approx Venice Blue. HEX triplet: 2B, 59 and 7B. RGB value is (43,89,123). Sum of RGB (Red+Green+Blue) = 43+89+123=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B597B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B597B is #D4A684. Grayscale: #4E4E4E. Windows color (decimal): -13936261 or 8083755. OLE color: 8083755.

HSL color Cylindrical-coordinate representation of color #2B597B: hue angle of 205.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B597B is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4389123-
CMYK0.650.2800.52
HSL205.5º48.19%32.55%-
HSV(B)205.5º65.04%48.24%-
XYZ8.149.0920.06-
YUV79.12152.76102.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.86%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=16.86%
G=34.90%
B=48.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43891230.650.2800.52205.548.1932.55
Hex2B597B411C034ce3021
Octal53131173101340643166041
Binary10101110110011111011100000111100011010011001110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,89,123); }

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

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

 a { background-color: rgb(43,89,123); }

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

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

 span { border-color: rgb(43,89,123); }

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