#2521BB

Color #2521BB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2521BB

Tints of Persian Blue #2521BB

Color information

#2521BB (or 0x2521BB) is unknown color: approx 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

RGB3733187-
CMYK0.800.8200.27
HSL241.56º70%43.14%-
HSV(B)241.56º82.35%73.33%-
XYZ10.285.0747.45-
YUV51.75204.33117.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.40%
GREEN value IS 33 (13.28% from 255) = 12.84%
BLUE value IS 187 (73.44% from 255) = 72.76%
R=14.40%
G=12.84%
B=72.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37331870.800.8200.27241.567043.14
Hex2521BB505201Bf2462b
Octal454127312012203336210653
Binary1001011000011011101110100001010010011011111100101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2521BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>