#2E587B

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

Shades of Venice Blue #2E587B

Tints of Venice Blue #2E587B

Color information

#2E587B (or 0x2E587B) is unknown color: approx Venice Blue. HEX triplet: 2E, 58 and 7B. RGB value is (46,88,123). Sum of RGB (Red+Green+Blue) = 46+88+123=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E587B is #D1A784. Grayscale: #4F4F4F. Windows color (decimal): -13739909 or 8083502. OLE color: 8083502.

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

Color convert

RGB4688123-
CMYK0.630.2800.52
HSL207.27º45.56%33.14%-
HSV(B)207.27º62.6%48.24%-
XYZ8.198.9920.04-
YUV79.43152.59104.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.90%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=17.90%
G=34.24%
B=47.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46881230.630.2800.52207.2745.5633.14
Hex2E587B3F1C034cf2e21
Octal5613017377340643175641
Binary1011101011000111101111111111100011010011001111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,88,123); }

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

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

 a { background-color: rgb(46,88,123); }

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

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

 span { border-color: rgb(46,88,123); }

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