#2E5275

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

Shades of Venice Blue #2E5275

Tints of Venice Blue #2E5275

Color information

#2E5275 (or 0x2E5275) is unknown color: approx Venice Blue. HEX triplet: 2E, 52 and 75. RGB value is (46,82,117). Sum of RGB (Red+Green+Blue) = 46+82+117=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E5275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5275 is #D1AD8A. Grayscale: #4B4B4B. Windows color (decimal): -13741451 or 7688750. OLE color: 7688750.

HSL color Cylindrical-coordinate representation of color #2E5275: hue angle of 209.58º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E5275 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4682117-
CMYK0.610.3000.54
HSL209.58º43.56%31.96%-
HSV(B)209.58º60.68%45.88%-
XYZ7.357.917.97-
YUV75.23151.57107.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.78%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=18.78%
G=33.47%
B=47.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46821170.610.3000.54209.5843.5631.96
Hex2E52753D1E036d22c20
Octal5612216575360663225440
Binary1011101010010111010111110111110011011011010010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,82,117); }

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

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

 a { background-color: rgb(46,82,117); }

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

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

 span { border-color: rgb(46,82,117); }

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