Html Css Color HEX #2528AA Persian Blue

📋 copy color: '#2528AA'

red 37 ◦ green 40 ◦ blue 170

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

Shades of Persian Blue #2528AA

Tints of Persian Blue #2528AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 68.83%

R = 14.98%
G = 16.19%
B = 68.83%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2528AA (or 0x2528AA) is known color: Persian Blue. HEX triplet: 25, 28 and AA. RGB value is (37,40,170). Sum of RGB (Red+Green+Blue) = 37+40+170=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #2528AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2528AA is #DAD755. Grayscale: #353535. Windows color (decimal): -14341974 or 11151397. OLE color: 11151397.

HSL color Cylindrical-coordinate representation of color #2528AA: hue angle of 238.65º 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 #2528AA is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 40 170 -
CMYK 0.78 0.76 0 0.33
HSL 238.65º 0.64% 0.41% -
HSV(B) 238.65º 0.78% 0.67% -
XYZ 8.78 4.81 38.5 -
YUV 53.92 193.51 115.93 -
System Red Green Blue C M Y K H S L
Decimal 37 40 170 0.78 0.76 0 0.33 238.65 0.64 0.41
Hex 25 28 AA 4E 4C 0 21 EF 40 29
Octal 45 50 252 116 114 0 41 357 100 51
Binary 100101 101000 10101010 1001110 1001100 0 100001 11101111 1000000 101001

Color Harmonies of #2528AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2528AA

Black with #2528AA

Text Example


Text Example

White with #2528AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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