#2E5784

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

Shades of St Tropaz #2E5784

Tints of St Tropaz #2E5784

Color information

#2E5784 (or 0x2E5784) is unknown color: approx St Tropaz. HEX triplet: 2E, 57 and 84. RGB value is (46,87,132). Sum of RGB (Red+Green+Blue) = 46+87+132=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #2E5784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5784 is #D1A87B. Grayscale: #4F4F4F. Windows color (decimal): -13740156 or 8673070. OLE color: 8673070.

HSL color Cylindrical-coordinate representation of color #2E5784: hue angle of 211.4º 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 #2E5784 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4687132-
CMYK0.650.3400.48
HSL211.4º48.31%34.9%-
HSV(B)211.4º65.15%51.76%-
XYZ8.79.0623.12-
YUV79.87157.42103.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.36%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 132 (51.95% from 255) = 49.81%
R=17.36%
G=32.83%
B=49.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46871320.650.3400.48211.448.3134.9
Hex2E57844122030d33023
Octal56127204101420603236043
Binary1011101010111100001001000001100010011000011010011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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