Html Css Color HEX #2540BF Persian Blue

📋 copy color: '#2540BF'

red 37 ◦ green 64 ◦ blue 191

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

Shades of Persian Blue #2540BF

Tints of Persian Blue #2540BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.41%

R = 12.67%
G = 21.92%
B = 65.41%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2540BF (or 0x2540BF) is known color: Persian Blue. HEX triplet: 25, 40 and BF. RGB value is (37,64,191). Sum of RGB (Red+Green+Blue) = 37+64+191=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #2540BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2540BF is #DABF40. Grayscale: #454545. Windows color (decimal): -14335809 or 12533797. OLE color: 12533797.

HSL color Cylindrical-coordinate representation of color #2540BF: hue angle of 229.48º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2540BF is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 64 191 -
CMYK 0.81 0.66 0 0.25
HSL 229.48º 0.68% 0.45% -
HSV(B) 229.48º 0.81% 0.75% -
XYZ 12 7.82 50.17 -
YUV 70.41 196.05 104.17 -
System Red Green Blue C M Y K H S L
Decimal 37 64 191 0.81 0.66 0 0.25 229.48 0.68 0.45
Hex 25 40 BF 51 42 0 19 E5 44 2D
Octal 45 100 277 121 102 0 31 345 104 55
Binary 100101 1000000 10111111 1010001 1000010 0 11001 11100101 1000100 101101

Color Harmonies of #2540BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2540BF

Black with #2540BF

Text Example


Text Example

White with #2540BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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