#2C5487

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

Shades of St Tropaz #2C5487

Tints of St Tropaz #2C5487

Color information

#2C5487 (or 0x2C5487) is unknown color: approx St Tropaz. HEX triplet: 2C, 54 and 87. RGB value is (44,84,135). Sum of RGB (Red+Green+Blue) = 44+84+135=263 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.73% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #2C5487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5487 is #D3AB78. Grayscale: #4D4D4D. Windows color (decimal): -13871993 or 8868908. OLE color: 8868908.

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

Color convert

RGB4484135-
CMYK0.670.3800.47
HSL213.63º50.84%35.1%-
HSV(B)213.63º67.41%52.94%-
XYZ8.588.6324.13-
YUV77.85160.25103.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.73%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 135 (53.12% from 255) = 51.33%
R=16.73%
G=31.94%
B=51.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44841350.670.3800.47213.6350.8435.1
Hex2C5487432602Fd63323
Octal54124207103460573266343
Binary1011001010100100001111000011100110010111111010110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,84,135); }

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

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

 a { background-color: rgb(44,84,135); }

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

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

 span { border-color: rgb(44,84,135); }

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