Html Css Color HEX #2540AB Persian Blue

📋 copy color: '#2540AB'

red 37 ◦ green 64 ◦ blue 171

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

Shades of Persian Blue #2540AB

Tints of Persian Blue #2540AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

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

R = 13.6%
G = 23.53%
B = 62.87%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2540AB (or 0x2540AB) is known color: Persian Blue. HEX triplet: 25, 40 and AB. RGB value is (37,64,171). Sum of RGB (Red+Green+Blue) = 37+64+171=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #2540AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2540AB is #DABF54. Grayscale: #434343. Windows color (decimal): -14335829 or 11223077. OLE color: 11223077.

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

Color convert

RGB 37 64 171 -
CMYK 0.78 0.63 0 0.33
HSL 227.91º 0.64% 0.41% -
HSV(B) 227.91º 0.78% 0.67% -
XYZ 9.95 7 39.36 -
YUV 68.13 186.05 105.8 -
System Red Green Blue C M Y K H S L
Decimal 37 64 171 0.78 0.63 0 0.33 227.91 0.64 0.41
Hex 25 40 AB 4E 3F 0 21 E4 40 29
Octal 45 100 253 116 77 0 41 344 100 51
Binary 100101 1000000 10101011 1001110 111111 0 100001 11100100 1000000 101001

Color Harmonies of #2540AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2540AB

Black with #2540AB

Text Example


Text Example

White with #2540AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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