#2E547F

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

Shades of St Tropaz #2E547F

Tints of St Tropaz #2E547F

Color information

#2E547F (or 0x2E547F) is unknown color: approx St Tropaz. HEX triplet: 2E, 54 and 7F. RGB value is (46,84,127). Sum of RGB (Red+Green+Blue) = 46+84+127=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E547F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E547F is #D1AB80. Grayscale: #4D4D4D. Windows color (decimal): -13740929 or 8344622. OLE color: 8344622.

HSL color Cylindrical-coordinate representation of color #2E547F: hue angle of 211.85º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E547F is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4684127-
CMYK0.640.3400.50
HSL211.85º46.82%33.92%-
HSV(B)211.85º63.78%49.8%-
XYZ8.138.4521.28-
YUV77.54155.91105.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.90%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 127 (50% from 255) = 49.42%
R=17.90%
G=32.68%
B=49.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46841270.640.3400.50211.8546.8233.92
Hex2E547F4022032d42f22
Octal56124177100420623245742
Binary101110101010011111111000000100010011001011010100101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,84,127); }

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

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

 a { background-color: rgb(46,84,127); }

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

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

 span { border-color: rgb(46,84,127); }

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