#2B517A

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

Shades of Venice Blue #2B517A

Tints of Venice Blue #2B517A

Color information

#2B517A (or 0x2B517A) is unknown color: approx Venice Blue. HEX triplet: 2B, 51 and 7A. RGB value is (43,81,122). Sum of RGB (Red+Green+Blue) = 43+81+122=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B517A is #D4AE85. Grayscale: #4A4A4A. Windows color (decimal): -13938310 or 8016171. OLE color: 8016171.

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

Color convert

RGB4381122-
CMYK0.650.3400.52
HSL211.14º47.88%32.35%-
HSV(B)211.14º64.75%47.84%-
XYZ7.457.819.53-
YUV74.31154.91105.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 122 (48.05% from 255) = 49.59%
R=17.48%
G=32.93%
B=49.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43811220.650.3400.52211.1447.8832.35
Hex2B517A4122034d33020
Octal53121172101420643236040
Binary101011101000111110101000001100010011010011010011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,81,122); }

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

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

 a { background-color: rgb(43,81,122); }

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

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

 span { border-color: rgb(43,81,122); }

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