#2522BF

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

Shades of Persian Blue #2522BF

Tints of Persian Blue #2522BF

Color information

#2522BF (or 0x2522BF) is unknown color: approx Persian Blue. HEX triplet: 25, 22 and BF. RGB value is (37,34,191). Sum of RGB (Red+Green+Blue) = 37+34+191=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 191 (75% from 255 or 72.90% from 262); Max value from RGB is 191 - color contains mainly: blue. Hex color #2522BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2522BF is #DADD40. Grayscale: #343434. Windows color (decimal): -14343489 or 12526117. OLE color: 12526117.

HSL color Cylindrical-coordinate representation of color #2522BF: hue angle of 241.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2522BF is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3734191-
CMYK0.810.8200.25
HSL241.15º69.78%44.12%-
HSV(B)241.15º82.2%74.9%-
XYZ10.745.349.75-
YUV52.8205.99116.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.12%
GREEN value IS 34 (13.67% from 255) = 12.98%
BLUE value IS 191 (75% from 255) = 72.90%
R=14.12%
G=12.98%
B=72.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37341910.810.8200.25241.1569.7844.12
Hex2522BF5152019f1462c
Octal454227712112203136110654
Binary1001011000101011111110100011010010011001111100011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2522BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2522BF; }

 p { color: rgb(37,34,191); }

 H1.HeaderClassName
 {
   color: #2522BF;
 }
 .AnyTagClassName
 {
   color: #2522BF;
 }
</style>
background-color css

<style>
 a { background-color: #2522BF; }

 a { background-color: rgb(37,34,191); }

 div.DivClassName
 {
   background-color: #2522BF;
 }
 .BgClassName
 {
   background-color: #2522BF;
 }
</style>
border-color css

<style>
 span { border-color: #2522BF; }

 span { border-color: rgb(37,34,191); }

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