#2C5284

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

Shades of St Tropaz #2C5284

Tints of St Tropaz #2C5284

Color information

#2C5284 (or 0x2C5284) is unknown color: approx St Tropaz. HEX triplet: 2C, 52 and 84. RGB value is (44,82,132). Sum of RGB (Red+Green+Blue) = 44+82+132=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #2C5284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5284 is #D3AD7B. Grayscale: #4C4C4C. Windows color (decimal): -13872508 or 8671788. OLE color: 8671788.

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

Color convert

RGB4482132-
CMYK0.670.3800.48
HSL214.09º50%34.51%-
HSV(B)214.09º66.67%51.76%-
XYZ8.228.2422.99-
YUV76.34159.41104.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.05%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 132 (51.95% from 255) = 51.16%
R=17.05%
G=31.78%
B=51.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44821320.670.3800.48214.095034.51
Hex2C52844326030d63223
Octal54122204103460603266243
Binary1011001010010100001001000011100110011000011010110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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