Html Css Color HEX #2E5573 Venice Blue

📋 copy color: '#2E5573'

red 46 ◦ green 85 ◦ blue 115

#2E5573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #2E5573

Tints of Venice Blue #2E5573

RGB

 RED value IS 46 (18.36% from 255) = 18.7%

 GREEN value IS 85 (33.59% from 255) = 34.55%

 BLUE value IS 115 (45.31% from 255) = 46.75%

R = 18.7%
G = 34.55%
B = 46.75%

CMYK

 C value IS 0.6

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E5573 (or 0x2E5573) is known color: Venice Blue. HEX triplet: 2E, 55 and 73. RGB value is (46,85,115). Sum of RGB (Red+Green+Blue) = 46+85+115=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E5573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5573 is #D1AA8C. Grayscale: #4C4C4C. Windows color (decimal): -13740685 or 7558446. OLE color: 7558446.

HSL color Cylindrical-coordinate representation of color #2E5573: hue angle of 206.09º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E5573 is Cyan = 0.6, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 85 115 -
CMYK 0.6 0.26 0 0.55
HSL 206.09º 0.43% 0.32% -
HSV(B) 206.09º 0.6% 0.45% -
XYZ 7.47 8.32 17.43 -
YUV 76.76 149.58 106.06 -
System Red Green Blue C M Y K H S L
Decimal 46 85 115 0.6 0.26 0 0.55 206.09 0.43 0.32
Hex 2E 55 73 3C 1A 0 37 CE 2B 20
Octal 56 125 163 74 32 0 67 316 53 40
Binary 101110 1010101 1110011 111100 11010 0 110111 11001110 101011 100000

Color Harmonies of #2E5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5573

Black with #2E5573

Text Example


Text Example

White with #2E5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,85,115); }

 H1.HeaderClassName
 {
   color: #2E5573;
 }
 .AnyTagClassName
 {
   color: #2E5573;
 }
</style>

background-color css

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

 a { background-color: rgb(46,85,115); }

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

border-color css

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

 span { border-color: rgb(46,85,115); }

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