#2E5388

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

Shades of St Tropaz #2E5388

Tints of St Tropaz #2E5388

Color information

#2E5388 (or 0x2E5388) is unknown color: approx St Tropaz. HEX triplet: 2E, 53 and 88. RGB value is (46,83,136). Sum of RGB (Red+Green+Blue) = 46+83+136=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E5388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5388 is #D1AC77. Grayscale: #4D4D4D. Windows color (decimal): -13741176 or 8934190. OLE color: 8934190.

HSL color Cylindrical-coordinate representation of color #2E5388: hue angle of 215.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E5388 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4683136-
CMYK0.660.3900.47
HSL215.33º49.45%35.69%-
HSV(B)215.33º66.18%53.33%-
XYZ8.668.5424.49-
YUV77.98160.74105.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.36%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 136 (53.52% from 255) = 51.32%
R=17.36%
G=31.32%
B=51.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal46831360.660.3900.47215.3349.4535.69
Hex2E5388422702Fd73124
Octal56123210102470573276144
Binary1011101010011100010001000010100111010111111010111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,83,136); }

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

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

 a { background-color: rgb(46,83,136); }

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

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

 span { border-color: rgb(46,83,136); }

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