#2C5388

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

Shades of St Tropaz #2C5388

Tints of St Tropaz #2C5388

Color information

#2C5388 (or 0x2C5388) is unknown color: approx St Tropaz. HEX triplet: 2C, 53 and 88. RGB value is (44,83,136). Sum of RGB (Red+Green+Blue) = 44+83+136=263 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.73% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C5388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5388 is #D3AC77. Grayscale: #4D4D4D. Windows color (decimal): -13872248 or 8934188. OLE color: 8934188.

HSL color Cylindrical-coordinate representation of color #2C5388: hue angle of 214.57º 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 #2C5388 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4483136-
CMYK0.680.3900.47
HSL214.57º51.11%35.29%-
HSV(B)214.57º67.65%53.33%-
XYZ8.588.524.48-
YUV77.38161.08104.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.73%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=16.73%
G=31.56%
B=51.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44831360.680.3900.47214.5751.1135.29
Hex2C5388442702Fd73323
Octal54123210104470573276343
Binary1011001010011100010001000100100111010111111010111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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