#2525BF

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

Shades of Persian Blue #2525BF

Tints of Persian Blue #2525BF

Color information

#2525BF (or 0x2525BF) is unknown color: approx Persian Blue. HEX triplet: 25, 25 and BF. RGB value is (37,37,191). Sum of RGB (Red+Green+Blue) = 37+37+191=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 191 (75% from 255 or 72.08% from 265); Max value from RGB is 191 - color contains mainly: blue. Hex color #2525BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2525BF is #DADA40. Grayscale: #353535. Windows color (decimal): -14342721 or 12526885. OLE color: 12526885.

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

Color convert

RGB3737191-
CMYK0.810.8100.25
HSL240º67.54%44.71%-
HSV(B)240º80.63%74.9%-
XYZ10.835.4849.78-
YUV54.56205115.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 191 (75% from 255) = 72.08%
R=13.96%
G=13.96%
B=72.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37371910.810.8100.2524067.5444.71
Hex2525BF5151019f0442d
Octal454527712112103136010455
Binary1001011001011011111110100011010001011001111100001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2525BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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