Html Css Color HEX #2540BE Persian Blue

📋 copy color: '#2540BE'

red 37 ◦ green 64 ◦ blue 190

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

Shades of Persian Blue #2540BE

Tints of Persian Blue #2540BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.29%

R = 12.71%
G = 21.99%
B = 65.29%

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

#2540BE (or 0x2540BE) is known color: Persian Blue. HEX triplet: 25, 40 and BE. RGB value is (37,64,190). Sum of RGB (Red+Green+Blue) = 37+64+190=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #2540BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2540BE is #DABF41. Grayscale: #454545. Windows color (decimal): -14335810 or 12468261. OLE color: 12468261.

HSL color Cylindrical-coordinate representation of color #2540BE: hue angle of 229.41º degrees, saturation: 0.67, 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 #2540BE is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 64 190 -
CMYK 0.81 0.66 0 0.25
HSL 229.41º 0.67% 0.45% -
HSV(B) 229.41º 0.81% 0.75% -
XYZ 11.89 7.78 49.59 -
YUV 70.29 195.55 104.25 -
System Red Green Blue C M Y K H S L
Decimal 37 64 190 0.81 0.66 0 0.25 229.41 0.67 0.45
Hex 25 40 BE 51 42 0 19 E5 43 2D
Octal 45 100 276 121 102 0 31 345 103 55
Binary 100101 1000000 10111110 1010001 1000010 0 11001 11100101 1000011 101101

Color Harmonies of #2540BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2540BE

Black with #2540BE

Text Example


Text Example

White with #2540BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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