#2D527C

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

Shades of St Tropaz #2D527C

Tints of St Tropaz #2D527C

Color information

#2D527C (or 0x2D527C) is unknown color: approx St Tropaz. HEX triplet: 2D, 52 and 7C. RGB value is (45,82,124). Sum of RGB (Red+Green+Blue) = 45+82+124=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D527C is #D2AD83. Grayscale: #4B4B4B. Windows color (decimal): -13806980 or 8147501. OLE color: 8147501.

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

Color convert

RGB4582124-
CMYK0.640.3400.51
HSL211.9º46.75%33.14%-
HSV(B)211.9º63.71%48.63%-
XYZ7.748.0520.21-
YUV75.72155.24106.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.93%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 124 (48.83% from 255) = 49.40%
R=17.93%
G=32.67%
B=49.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal45821240.640.3400.51211.946.7533.14
Hex2D527C4022033d42f21
Octal55122174100420633245741
Binary101101101001011111001000000100010011001111010100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,82,124); }

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

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

 a { background-color: rgb(45,82,124); }

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

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

 span { border-color: rgb(45,82,124); }

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