#2543AD

Color #2543AD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2543AD

Tints of Persian Blue #2543AD

Color information

#2543AD (or 0x2543AD) is unknown color: approx Persian Blue. HEX triplet: 25, 43 and AD. RGB value is (37,67,173). Sum of RGB (Red+Green+Blue) = 37+67+173=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #2543AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2543AD is #DABC52. Grayscale: #454545. Windows color (decimal): -14335059 or 11354917. OLE color: 11354917.

HSL color Cylindrical-coordinate representation of color #2543AD: hue angle of 226.76º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2543AD is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3767173-
CMYK0.790.6100.32
HSL226.76º64.76%41.18%-
HSV(B)226.76º78.61%67.84%-
XYZ10.317.4240.42-
YUV70.11186.06104.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.36%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 173 (67.97% from 255) = 62.45%
R=13.36%
G=24.19%
B=62.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal37671730.790.6100.32226.7664.7641.18
Hex2543AD4F3D020e34129
Octal451032551177504034310151
Binary10010110000111010110110011111111010100000111000111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2543AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2543AD; }

 p { color: rgb(37,67,173); }

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

<style>
 a { background-color: #2543AD; }

 a { background-color: rgb(37,67,173); }

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

<style>
 span { border-color: #2543AD; }

 span { border-color: rgb(37,67,173); }

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