Html Css Color HEX #2528AB Persian Blue

📋 copy color: '#2528AB'

red 37 ◦ green 40 ◦ blue 171

#2528AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2528AB

Tints of Persian Blue #2528AB

RGB

 RED value IS 37 (14.84% from 255) = 14.92%

 GREEN value IS 40 (16.02% from 255) = 16.13%

 BLUE value IS 171 (67.19% from 255) = 68.95%

R = 14.92%
G = 16.13%
B = 68.95%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2528AB (or 0x2528AB) is known color: Persian Blue. HEX triplet: 25, 28 and AB. RGB value is (37,40,171). Sum of RGB (Red+Green+Blue) = 37+40+171=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #2528AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2528AB is #DAD754. Grayscale: #353535. Windows color (decimal): -14341973 or 11216933. OLE color: 11216933.

HSL color Cylindrical-coordinate representation of color #2528AB: hue angle of 238.66º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2528AB is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 40 171 -
CMYK 0.78 0.77 0 0.33
HSL 238.66º 0.64% 0.41% -
HSV(B) 238.66º 0.78% 0.67% -
XYZ 8.87 4.85 39 -
YUV 54.04 194.01 115.85 -
System Red Green Blue C M Y K H S L
Decimal 37 40 171 0.78 0.77 0 0.33 238.66 0.64 0.41
Hex 25 28 AB 4E 4D 0 21 EF 40 29
Octal 45 50 253 116 115 0 41 357 100 51
Binary 100101 101000 10101011 1001110 1001101 0 100001 11101111 1000000 101001

Color Harmonies of #2528AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2528AB

Black with #2528AB

Text Example


Text Example

White with #2528AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2528AB;
 }
 .AnyTagClassName
 {
   color: #2528AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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