#2C5584

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

Shades of St Tropaz #2C5584

Tints of St Tropaz #2C5584

Color information

#2C5584 (or 0x2C5584) is unknown color: approx St Tropaz. HEX triplet: 2C, 55 and 84. RGB value is (44,85,132). Sum of RGB (Red+Green+Blue) = 44+85+132=261 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.86% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #2C5584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5584 is #D3AA7B. Grayscale: #4D4D4D. Windows color (decimal): -13871740 or 8672556. OLE color: 8672556.

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

Color convert

RGB4485132-
CMYK0.670.3600.48
HSL212.05º50%34.51%-
HSV(B)212.05º66.67%51.76%-
XYZ8.458.723.06-
YUV78.1158.42103.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.86%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=16.86%
G=32.57%
B=50.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44851320.670.3600.48212.055034.51
Hex2C55844324030d43223
Octal54125204103440603246243
Binary1011001010101100001001000011100100011000011010100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,85,132); }

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

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

 a { background-color: rgb(44,85,132); }

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

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

 span { border-color: rgb(44,85,132); }

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