#2E507D

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

Shades of St Tropaz #2E507D

Tints of St Tropaz #2E507D

Color information

#2E507D (or 0x2E507D) is unknown color: approx St Tropaz. HEX triplet: 2E, 50 and 7D. RGB value is (46,80,125). Sum of RGB (Red+Green+Blue) = 46+80+125=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E507D is #D1AF82. Grayscale: #4A4A4A. Windows color (decimal): -13741955 or 8212526. OLE color: 8212526.

HSL color Cylindrical-coordinate representation of color #2E507D: hue angle of 214.18º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E507D is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4680125-
CMYK0.630.3600.51
HSL214.18º46.2%33.53%-
HSV(B)214.18º63.2%49.02%-
XYZ7.77.820.5-
YUV74.96156.24107.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.33%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=18.33%
G=31.87%
B=49.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46801250.630.3600.51214.1846.233.53
Hex2E507D3F24033d62e22
Octal5612017577440633265642
Binary10111010100001111101111111100100011001111010110101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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