#2C517E

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

Shades of St Tropaz #2C517E

Tints of St Tropaz #2C517E

Color information

#2C517E (or 0x2C517E) is unknown color: approx St Tropaz. HEX triplet: 2C, 51 and 7E. RGB value is (44,81,126). Sum of RGB (Red+Green+Blue) = 44+81+126=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 126 (49.61% from 255 or 50.20% from 251); Max value from RGB is 126 - color contains mainly: blue. Hex color #2C517E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C517E is #D3AE81. Grayscale: #4A4A4A. Windows color (decimal): -13872770 or 8278316. OLE color: 8278316.

HSL color Cylindrical-coordinate representation of color #2C517E: hue angle of 212.93º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C517E is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4481126-
CMYK0.650.3600.51
HSL212.93º48.24%33.33%-
HSV(B)212.93º65.08%49.41%-
XYZ7.757.9320.86-
YUV75.07156.74105.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.53%
GREEN value IS 81 (32.03% from 255) = 32.27%
BLUE value IS 126 (49.61% from 255) = 50.20%
R=17.53%
G=32.27%
B=50.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44811260.650.3600.51212.9348.2433.33
Hex2C517E4124033d53021
Octal54121176101440633256041
Binary101100101000111111101000001100100011001111010101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,81,126); }

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

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

 a { background-color: rgb(44,81,126); }

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

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

 span { border-color: rgb(44,81,126); }

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