#2B4970

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

Shades of Venice Blue #2B4970

Tints of Venice Blue #2B4970

Color information

#2B4970 (or 0x2B4970) is unknown color: approx Venice Blue. HEX triplet: 2B, 49 and 70. RGB value is (43,73,112). Sum of RGB (Red+Green+Blue) = 43+73+112=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #2B4970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4970 is #D4B68F. Grayscale: #444444. Windows color (decimal): -13940368 or 7358763. OLE color: 7358763.

HSL color Cylindrical-coordinate representation of color #2B4970: hue angle of 213.91º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B4970 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4373112-
CMYK0.620.3500.56
HSL213.91º44.52%30.39%-
HSV(B)213.91º61.61%43.92%-
XYZ6.36.4516.24-
YUV68.48152.56109.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.86%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 112 (44.14% from 255) = 49.12%
R=18.86%
G=32.02%
B=49.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43731120.620.3500.56213.9144.5230.39
Hex2B49703E23038d62d1e
Octal5311116076430703265536
Binary1010111001001111000011111010001101110001101011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,73,112); }

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

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

 a { background-color: rgb(43,73,112); }

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

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

 span { border-color: rgb(43,73,112); }

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