Html Css Color HEX #2541AB Persian Blue

📋 copy color: '#2541AB'

red 37 ◦ green 65 ◦ blue 171

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

Shades of Persian Blue #2541AB

Tints of Persian Blue #2541AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

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

R = 13.55%
G = 23.81%
B = 62.64%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2541AB (or 0x2541AB) is known color: Persian Blue. HEX triplet: 25, 41 and AB. RGB value is (37,65,171). Sum of RGB (Red+Green+Blue) = 37+65+171=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #2541AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2541AB is #DABE54. Grayscale: #444444. Windows color (decimal): -14335573 or 11223333. OLE color: 11223333.

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

Color convert

RGB 37 65 171 -
CMYK 0.78 0.62 0 0.33
HSL 227.46º 0.64% 0.41% -
HSV(B) 227.46º 0.78% 0.67% -
XYZ 10 7.11 39.37 -
YUV 68.71 185.72 105.38 -
System Red Green Blue C M Y K H S L
Decimal 37 65 171 0.78 0.62 0 0.33 227.46 0.64 0.41
Hex 25 41 AB 4E 3E 0 21 E3 40 29
Octal 45 101 253 116 76 0 41 343 100 51
Binary 100101 1000001 10101011 1001110 111110 0 100001 11100011 1000000 101001

Color Harmonies of #2541AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2541AB

Black with #2541AB

Text Example


Text Example

White with #2541AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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