#2544AD

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

Shades of Persian Blue #2544AD

Tints of Persian Blue #2544AD

Color information

#2544AD (or 0x2544AD) is unknown color: approx Persian Blue. HEX triplet: 25, 44 and AD. RGB value is (37,68,173). Sum of RGB (Red+Green+Blue) = 37+68+173=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #2544AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2544AD is #DABB52. Grayscale: #464646. Windows color (decimal): -14334803 or 11355173. OLE color: 11355173.

HSL color Cylindrical-coordinate representation of color #2544AD: hue angle of 226.32º 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 #2544AD is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3768173-
CMYK0.790.6100.32
HSL226.32º64.76%41.18%-
HSV(B)226.32º78.61%67.84%-
XYZ10.377.5440.44-
YUV70.7185.73103.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.31%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 173 (67.97% from 255) = 62.23%
R=13.31%
G=24.46%
B=62.23%

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
Decimal37681730.790.6100.32226.3264.7641.18
Hex2544AD4F3D020e24129
Octal451042551177504034210151
Binary10010110001001010110110011111111010100000111000101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2544AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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