Html Css Color HEX #2521B6 Persian Blue

📋 copy color: '#2521B6'

red 37 ◦ green 33 ◦ blue 182

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

Shades of Persian Blue #2521B6

Tints of Persian Blue #2521B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 72.22%

R = 14.68%
G = 13.1%
B = 72.22%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2521B6 (or 0x2521B6) is known color: Persian Blue. HEX triplet: 25, 21 and B6. RGB value is (37,33,182). Sum of RGB (Red+Green+Blue) = 37+33+182=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 182 (71.48% from 255 or 72.22% from 252); Max value from RGB is 182 - color contains mainly: blue. Hex color #2521B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2521B6 is #DADE49. Grayscale: #323232. Windows color (decimal): -14343754 or 11936037. OLE color: 11936037.

HSL color Cylindrical-coordinate representation of color #2521B6: hue angle of 241.61º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2521B6 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 33 182 -
CMYK 0.80 0.82 0 0.29
HSL 241.61º 0.69% 0.42% -
HSV(B) 241.61º 0.82% 0.71% -
XYZ 9.75 4.86 44.68 -
YUV 51.18 201.83 117.88 -
System Red Green Blue C M Y K H S L
Decimal 37 33 182 0.80 0.82 0 0.29 241.61 0.69 0.42
Hex 25 21 B6 50 52 0 1D F2 45 2A
Octal 45 41 266 120 122 0 35 362 105 52
Binary 100101 100001 10110110 1010000 1010010 0 11101 11110010 1000101 101010

Color Harmonies of #2521B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2521B6

Black with #2521B6

Text Example


Text Example

White with #2521B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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