Html Css Color HEX #2527AB Persian Blue

📋 copy color: '#2527AB'

red 37 ◦ green 39 ◦ blue 171

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

Shades of Persian Blue #2527AB

Tints of Persian Blue #2527AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.79%

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

R = 14.98%
G = 15.79%
B = 69.23%

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

#2527AB (or 0x2527AB) is known color: Persian Blue. HEX triplet: 25, 27 and AB. RGB value is (37,39,171). Sum of RGB (Red+Green+Blue) = 37+39+171=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #2527AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2527AB is #DAD854. Grayscale: #343434. Windows color (decimal): -14342229 or 11216677. OLE color: 11216677.

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

Color convert

RGB 37 39 171 -
CMYK 0.78 0.77 0 0.33
HSL 239.1º 0.64% 0.41% -
HSV(B) 239.1º 0.78% 0.67% -
XYZ 8.84 4.78 38.99 -
YUV 53.45 194.34 116.27 -
System Red Green Blue C M Y K H S L
Decimal 37 39 171 0.78 0.77 0 0.33 239.1 0.64 0.41
Hex 25 27 AB 4E 4D 0 21 EF 40 29
Octal 45 47 253 116 115 0 41 357 100 51
Binary 100101 100111 10101011 1001110 1001101 0 100001 11101111 1000000 101001

Color Harmonies of #2527AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2527AB

Black with #2527AB

Text Example


Text Example

White with #2527AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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