#2D5171

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

Shades of Venice Blue #2D5171

Tints of Venice Blue #2D5171

Color information

#2D5171 (or 0x2D5171) is unknown color: approx Venice Blue. HEX triplet: 2D, 51 and 71. RGB value is (45,81,113). Sum of RGB (Red+Green+Blue) = 45+81+113=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D5171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5171 is #D2AE8E. Grayscale: #494949. Windows color (decimal): -13807247 or 7426349. OLE color: 7426349.

HSL color Cylindrical-coordinate representation of color #2D5171: hue angle of 208.24º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D5171 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4581113-
CMYK0.600.2800.56
HSL208.24º43.04%30.98%-
HSV(B)208.24º60.18%44.31%-
XYZ7.017.6416.73-
YUV73.88150.07107.4-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.83%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=18.83%
G=33.89%
B=47.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45811130.600.2800.56208.2443.0430.98
Hex2D51713C1C038d02b1f
Octal5512116174340703205337
Binary101101101000111100011111001110001110001101000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,81,113); }

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

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

 a { background-color: rgb(45,81,113); }

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

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

 span { border-color: rgb(45,81,113); }

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