#2528AD

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

Shades of Persian Blue #2528AD

Tints of Persian Blue #2528AD

Color information

#2528AD (or 0x2528AD) is unknown color: approx Persian Blue. HEX triplet: 25, 28 and AD. RGB value is (37,40,173). Sum of RGB (Red+Green+Blue) = 37+40+173=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #2528AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2528AD is #DAD752. Grayscale: #353535. Windows color (decimal): -14341971 or 11348005. OLE color: 11348005.

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

Color convert

RGB3740173-
CMYK0.790.7700.32
HSL238.68º64.76%41.18%-
HSV(B)238.68º78.61%67.84%-
XYZ9.064.9340.01-
YUV54.26195.01115.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 173 (67.97% from 255) = 69.2%
R=14.8%
G=16%
B=69.2%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal37401730.790.7700.32238.6864.7641.18
Hex2528AD4F4D020ef4129
Octal455025511711504035710151
Binary10010110100010101101100111110011010100000111011111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2528AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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