Html Css Color HEX #2540AE Persian Blue

📋 copy color: '#2540AE'

red 37 ◦ green 64 ◦ blue 174

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

Shades of Persian Blue #2540AE

Tints of Persian Blue #2540AE

RGB

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

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

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

R = 13.45%
G = 23.27%
B = 63.27%

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

#2540AE (or 0x2540AE) is known color: Persian Blue. HEX triplet: 25, 40 and AE. RGB value is (37,64,174). Sum of RGB (Red+Green+Blue) = 37+64+174=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #2540AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2540AE is #DABF51. Grayscale: #444444. Windows color (decimal): -14335826 or 11419685. OLE color: 11419685.

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

Color convert

RGB 37 64 174 -
CMYK 0.79 0.63 0 0.32
HSL 228.18º 0.65% 0.41% -
HSV(B) 228.18º 0.79% 0.68% -
XYZ 10.24 7.12 40.88 -
YUV 68.47 187.55 105.56 -
System Red Green Blue C M Y K H S L
Decimal 37 64 174 0.79 0.63 0 0.32 228.18 0.65 0.41
Hex 25 40 AE 4F 3F 0 20 E4 41 29
Octal 45 100 256 117 77 0 40 344 101 51
Binary 100101 1000000 10101110 1001111 111111 0 100000 11100100 1000001 101001

Color Harmonies of #2540AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2540AE

Black with #2540AE

Text Example


Text Example

White with #2540AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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