Html Css Color HEX #2541BB Persian Blue

📋 copy color: '#2541BB'

red 37 ◦ green 65 ◦ blue 187

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

Shades of Persian Blue #2541BB

Tints of Persian Blue #2541BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.71%

R = 12.8%
G = 22.49%
B = 64.71%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2541BB (or 0x2541BB) is known color: Persian Blue. HEX triplet: 25, 41 and BB. RGB value is (37,65,187). Sum of RGB (Red+Green+Blue) = 37+65+187=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #2541BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2541BB is #DABE44. Grayscale: #464646. Windows color (decimal): -14335557 or 12271909. OLE color: 12271909.

HSL color Cylindrical-coordinate representation of color #2541BB: hue angle of 228.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2541BB is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 65 187 -
CMYK 0.80 0.65 0 0.27
HSL 228.8º 0.67% 0.44% -
HSV(B) 228.8º 0.8% 0.73% -
XYZ 11.62 7.76 47.9 -
YUV 70.54 193.72 104.08 -
System Red Green Blue C M Y K H S L
Decimal 37 65 187 0.80 0.65 0 0.27 228.8 0.67 0.44
Hex 25 41 BB 50 41 0 1B E5 43 2C
Octal 45 101 273 120 101 0 33 345 103 54
Binary 100101 1000001 10111011 1010000 1000001 0 11011 11100101 1000011 101100

Color Harmonies of #2541BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2541BB

Black with #2541BB

Text Example


Text Example

White with #2541BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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