#2B5186

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

Shades of St Tropaz #2B5186

Tints of St Tropaz #2B5186

Color information

#2B5186 (or 0x2B5186) is unknown color: approx St Tropaz. HEX triplet: 2B, 51 and 86. RGB value is (43,81,134). Sum of RGB (Red+Green+Blue) = 43+81+134=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 134 (52.73% from 255 or 51.94% from 258); Max value from RGB is 134 - color contains mainly: blue. Hex color #2B5186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5186 is #D4AE79. Grayscale: #4B4B4B. Windows color (decimal): -13938298 or 8802603. OLE color: 8802603.

HSL color Cylindrical-coordinate representation of color #2B5186: hue angle of 214.95º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B5186 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4381134-
CMYK0.680.4000.47
HSL214.95º51.41%34.71%-
HSV(B)214.95º67.91%52.55%-
XYZ8.248.1223.69-
YUV75.68160.91104.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.67%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 134 (52.73% from 255) = 51.94%
R=16.67%
G=31.40%
B=51.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43811340.680.4000.47214.9551.4134.71
Hex2B5186442802Fd73323
Octal53121206104500573276343
Binary1010111010001100001101000100101000010111111010111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,81,134); }

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

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

 a { background-color: rgb(43,81,134); }

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

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

 span { border-color: rgb(43,81,134); }

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