#2525c4

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

Shades of Persian Blue #2525C4

Tints of Persian Blue #2525C4

Color information

#2525C4 (or 0x2525C4) is unknown color: approx Persian Blue. HEX triplet: 25, 25 and C4. RGB value is (37,37,196). Sum of RGB (Red+Green+Blue) = 37+37+196=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 196 (76.95% from 255 or 72.59% from 270); Max value from RGB is 196 - color contains mainly: blue. Hex color #2525C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2525C4 is #DADA3B. Grayscale: #363636. Windows color (decimal): -14342716 or 12854565. OLE color: 12854565.

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

Color convert

RGB3737196-
CMYK0.810.8100.23
HSL240º68.24%45.69%-
HSV(B)240º81.12%76.86%-
XYZ11.395.752.72-
YUV55.13207.5115.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 37 (14.84% from 255) = 13.70%
BLUE value IS 196 (76.95% from 255) = 72.59%
R=13.70%
G=13.70%
B=72.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal37371960.810.8100.2324068.2445.69
Hex2525C45151017f0442e
Octal454530412112102736010456
Binary1001011001011100010010100011010001010111111100001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2525c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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