#2E5079

Color #2E5079 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #2E5079

Tints of St Tropaz #2E5079

Color information

#2E5079 (or 0x2E5079) is unknown color: approx St Tropaz. HEX triplet: 2E, 50 and 79. RGB value is (46,80,121). Sum of RGB (Red+Green+Blue) = 46+80+121=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E5079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5079 is #D1AF86. Grayscale: #4A4A4A. Windows color (decimal): -13741959 or 7950382. OLE color: 7950382.

HSL color Cylindrical-coordinate representation of color #2E5079: hue angle of 212.8º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E5079 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4680121-
CMYK0.620.3400.53
HSL212.8º44.91%32.75%-
HSV(B)212.8º61.98%47.45%-
XYZ7.457.719.18-
YUV74.51154.24107.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.62%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 121 (47.66% from 255) = 48.99%
R=18.62%
G=32.39%
B=48.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46801210.620.3400.53212.844.9132.75
Hex2E50793E22035d52d21
Octal5612017176420653255541
Binary10111010100001111001111110100010011010111010101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,80,121); }

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

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

 a { background-color: rgb(46,80,121); }

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

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

 span { border-color: rgb(46,80,121); }

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