Html Css Color HEX #2521BB Persian Blue

📋 copy color: '#2521BB'

red 37 ◦ green 33 ◦ blue 187

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

Shades of Persian Blue #2521BB

Tints of Persian Blue #2521BB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.84%

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

R = 14.4%
G = 12.84%
B = 72.76%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2521BB (or 0x2521BB) is known color: Persian Blue. HEX triplet: 25, 21 and BB. RGB value is (37,33,187). Sum of RGB (Red+Green+Blue) = 37+33+187=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 187 (73.44% from 255 or 72.76% from 257); Max value from RGB is 187 - color contains mainly: blue. Hex color #2521BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2521BB is #DADE44. Grayscale: #333333. Windows color (decimal): -14343749 or 12263717. OLE color: 12263717.

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

Color convert

RGB 37 33 187 -
CMYK 0.80 0.82 0 0.27
HSL 241.56º 0.7% 0.43% -
HSV(B) 241.56º 0.82% 0.73% -
XYZ 10.28 5.07 47.45 -
YUV 51.75 204.33 117.48 -
System Red Green Blue C M Y K H S L
Decimal 37 33 187 0.80 0.82 0 0.27 241.56 0.7 0.43
Hex 25 21 BB 50 52 0 1B F2 46 2B
Octal 45 41 273 120 122 0 33 362 106 53
Binary 100101 100001 10111011 1010000 1010010 0 11011 11110010 1000110 101011

Color Harmonies of #2521BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2521BB

Black with #2521BB

Text Example


Text Example

White with #2521BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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