#2E5884

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

Shades of St Tropaz #2E5884

Tints of St Tropaz #2E5884

Color information

#2E5884 (or 0x2E5884) is unknown color: approx St Tropaz. HEX triplet: 2E, 58 and 84. RGB value is (46,88,132). Sum of RGB (Red+Green+Blue) = 46+88+132=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E5884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5884 is #D1A77B. Grayscale: #505050. Windows color (decimal): -13739900 or 8673326. OLE color: 8673326.

HSL color Cylindrical-coordinate representation of color #2E5884: hue angle of 210.7º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E5884 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4688132-
CMYK0.650.3300.48
HSL210.7º48.31%34.9%-
HSV(B)210.7º65.15%51.76%-
XYZ8.789.2323.15-
YUV80.46157.09103.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.29%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 132 (51.95% from 255) = 49.62%
R=17.29%
G=33.08%
B=49.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46881320.650.3300.48210.748.3134.9
Hex2E58844121030d33023
Octal56130204101410603236043
Binary1011101011000100001001000001100001011000011010011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,88,132); }

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

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

 a { background-color: rgb(46,88,132); }

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

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

 span { border-color: rgb(46,88,132); }

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