Html Css Color HEX #2524BC Persian Blue

📋 copy color: '#2524BC'

red 37 ◦ green 36 ◦ blue 188

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

Shades of Persian Blue #2524BC

Tints of Persian Blue #2524BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 72.03%

R = 14.18%
G = 13.79%
B = 72.03%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2524BC (or 0x2524BC) is known color: Persian Blue. HEX triplet: 25, 24 and BC. RGB value is (37,36,188). Sum of RGB (Red+Green+Blue) = 37+36+188=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 188 (73.83% from 255 or 72.03% from 261); Max value from RGB is 188 - color contains mainly: blue. Hex color #2524BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2524BC is #DADB43. Grayscale: #353535. Windows color (decimal): -14342980 or 12330021. OLE color: 12330021.

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

Color convert

RGB 37 36 188 -
CMYK 0.80 0.81 0 0.26
HSL 240.39º 0.68% 0.44% -
HSV(B) 240.39º 0.81% 0.74% -
XYZ 10.47 5.29 48.05 -
YUV 53.63 203.83 116.14 -
System Red Green Blue C M Y K H S L
Decimal 37 36 188 0.80 0.81 0 0.26 240.39 0.68 0.44
Hex 25 24 BC 50 51 0 1A F0 44 2C
Octal 45 44 274 120 121 0 32 360 104 54
Binary 100101 100100 10111100 1010000 1010001 0 11010 11110000 1000100 101100

Color Harmonies of #2524BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2524BC

Black with #2524BC

Text Example


Text Example

White with #2524BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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