#2B5979

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

Shades of Venice Blue #2B5979

Tints of Venice Blue #2B5979

Color information

#2B5979 (or 0x2B5979) is unknown color: approx Venice Blue. HEX triplet: 2B, 59 and 79. RGB value is (43,89,121). Sum of RGB (Red+Green+Blue) = 43+89+121=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B5979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5979 is #D4A686. Grayscale: #4E4E4E. Windows color (decimal): -13936263 or 7952683. OLE color: 7952683.

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

Color convert

RGB4389121-
CMYK0.640.2600.53
HSL204.62º47.56%32.16%-
HSV(B)204.62º64.46%47.45%-
XYZ8.029.0419.41-
YUV78.89151.76102.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.00%
GREEN value IS 89 (35.16% from 255) = 35.18%
BLUE value IS 121 (47.66% from 255) = 47.83%
R=17.00%
G=35.18%
B=47.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43891210.640.2600.53204.6247.5632.16
Hex2B5979401A035cd3020
Octal53131171100320653156040
Binary10101110110011111001100000011010011010111001101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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