Html Css Color HEX #2541BF Persian Blue

📋 copy color: '#2541BF'

red 37 ◦ green 65 ◦ blue 191

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

Shades of Persian Blue #2541BF

Tints of Persian Blue #2541BF

RGB

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

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

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

R = 12.63%
G = 22.18%
B = 65.19%

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

#2541BF (or 0x2541BF) is known color: Persian Blue. HEX triplet: 25, 41 and BF. RGB value is (37,65,191). Sum of RGB (Red+Green+Blue) = 37+65+191=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #2541BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2541BF is #DABE40. Grayscale: #464646. Windows color (decimal): -14335553 or 12534053. OLE color: 12534053.

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

Color convert

RGB 37 65 191 -
CMYK 0.81 0.66 0 0.25
HSL 229.09º 0.68% 0.45% -
HSV(B) 229.09º 0.81% 0.75% -
XYZ 12.06 7.94 50.19 -
YUV 70.99 195.72 103.75 -
System Red Green Blue C M Y K H S L
Decimal 37 65 191 0.81 0.66 0 0.25 229.09 0.68 0.45
Hex 25 41 BF 51 42 0 19 E5 44 2D
Octal 45 101 277 121 102 0 31 345 104 55
Binary 100101 1000001 10111111 1010001 1000010 0 11001 11100101 1000100 101101

Color Harmonies of #2541BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2541BF

Black with #2541BF

Text Example


Text Example

White with #2541BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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