Html Css Color HEX #2541AE Persian Blue

📋 copy color: '#2541AE'

red 37 ◦ green 65 ◦ blue 174

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

Shades of Persian Blue #2541AE

Tints of Persian Blue #2541AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.04%

R = 13.41%
G = 23.55%
B = 63.04%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2541AE (or 0x2541AE) is known color: Persian Blue. HEX triplet: 25, 41 and AE. RGB value is (37,65,174). Sum of RGB (Red+Green+Blue) = 37+65+174=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #2541AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2541AE is #DABE51. Grayscale: #444444. Windows color (decimal): -14335570 or 11419941. OLE color: 11419941.

HSL color Cylindrical-coordinate representation of color #2541AE: hue angle of 227.74º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2541AE is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 65 174 -
CMYK 0.79 0.63 0 0.32
HSL 227.74º 0.65% 0.41% -
HSV(B) 227.74º 0.79% 0.68% -
XYZ 10.29 7.23 40.9 -
YUV 69.05 187.22 105.14 -
System Red Green Blue C M Y K H S L
Decimal 37 65 174 0.79 0.63 0 0.32 227.74 0.65 0.41
Hex 25 41 AE 4F 3F 0 20 E4 41 29
Octal 45 101 256 117 77 0 40 344 101 51
Binary 100101 1000001 10101110 1001111 111111 0 100000 11100100 1000001 101001

Color Harmonies of #2541AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2541AE

Black with #2541AE

Text Example


Text Example

White with #2541AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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