Html Css Color HEX #2524BB Persian Blue

📋 copy color: '#2524BB'

red 37 ◦ green 36 ◦ blue 187

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

Shades of Persian Blue #2524BB

Tints of Persian Blue #2524BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 14.23%
G = 13.85%
B = 71.92%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2524BB (or 0x2524BB) is known color: Persian Blue. HEX triplet: 25, 24 and BB. RGB value is (37,36,187). Sum of RGB (Red+Green+Blue) = 37+36+187=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 187 (73.44% from 255 or 71.92% from 260); Max value from RGB is 187 - color contains mainly: blue. Hex color #2524BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2524BB is #DADB44. Grayscale: #343434. Windows color (decimal): -14342981 or 12264485. OLE color: 12264485.

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

Color convert

RGB 37 36 187 -
CMYK 0.80 0.81 0 0.27
HSL 240.4º 0.68% 0.44% -
HSV(B) 240.4º 0.81% 0.73% -
XYZ 10.36 5.24 47.48 -
YUV 53.51 203.33 116.22 -
System Red Green Blue C M Y K H S L
Decimal 37 36 187 0.80 0.81 0 0.27 240.4 0.68 0.44
Hex 25 24 BB 50 51 0 1B F0 44 2C
Octal 45 44 273 120 121 0 33 360 104 54
Binary 100101 100100 10111011 1010000 1010001 0 11011 11110000 1000100 101100

Color Harmonies of #2524BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2524BB

Black with #2524BB

Text Example


Text Example

White with #2524BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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