#2D507D

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

Shades of St Tropaz #2D507D

Tints of St Tropaz #2D507D

Color information

#2D507D (or 0x2D507D) is unknown color: approx St Tropaz. HEX triplet: 2D, 50 and 7D. RGB value is (45,80,125). Sum of RGB (Red+Green+Blue) = 45+80+125=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D507D is #D2AF82. Grayscale: #4A4A4A. Windows color (decimal): -13807491 or 8212525. OLE color: 8212525.

HSL color Cylindrical-coordinate representation of color #2D507D: hue angle of 213.75º 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 #2D507D is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4580125-
CMYK0.640.3600.51
HSL213.75º47.06%33.33%-
HSV(B)213.75º64%49.02%-
XYZ7.657.7820.5-
YUV74.66156.4106.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 125 (49.22% from 255) = 50%
R=18%
G=32%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal45801250.640.3600.51213.7547.0633.33
Hex2D507D4024033d62f21
Octal55120175100440633265741
Binary101101101000011111011000000100100011001111010110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,80,125); }

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

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

 a { background-color: rgb(45,80,125); }

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

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

 span { border-color: rgb(45,80,125); }

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