#2C5082

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

Shades of St Tropaz #2C5082

Tints of St Tropaz #2C5082

Color information

#2C5082 (or 0x2C5082) is unknown color: approx St Tropaz. HEX triplet: 2C, 50 and 82. RGB value is (44,80,130). Sum of RGB (Red+Green+Blue) = 44+80+130=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #2C5082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5082 is #D3AF7D. Grayscale: #4A4A4A. Windows color (decimal): -13873022 or 8540204. OLE color: 8540204.

HSL color Cylindrical-coordinate representation of color #2C5082: hue angle of 214.88º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C5082 is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4480130-
CMYK0.660.3800.49
HSL214.88º49.43%34.12%-
HSV(B)214.88º66.15%50.98%-
XYZ7.947.8822.22-
YUV74.94159.07105.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.32%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 130 (51.17% from 255) = 51.18%
R=17.32%
G=31.50%
B=51.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44801300.660.3800.49214.8849.4334.12
Hex2C50824226031d73122
Octal54120202102460613276142
Binary1011001010000100000101000010100110011000111010111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,80,130); }

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

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

 a { background-color: rgb(44,80,130); }

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

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

 span { border-color: rgb(44,80,130); }

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