#2527c4

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

Shades of Persian Blue #2527C4

Tints of Persian Blue #2527C4

Color information

#2527C4 (or 0x2527C4) is unknown color: approx Persian Blue. HEX triplet: 25, 27 and C4. RGB value is (37,39,196). Sum of RGB (Red+Green+Blue) = 37+39+196=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 196 (76.95% from 255 or 72.06% from 272); Max value from RGB is 196 - color contains mainly: blue. Hex color #2527C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2527C4 is #DAD83B. Grayscale: #373737. Windows color (decimal): -14342204 or 12855077. OLE color: 12855077.

HSL color Cylindrical-coordinate representation of color #2527C4: hue angle of 239.25º 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 #2527C4 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3739196-
CMYK0.810.8000.23
HSL239.25º68.24%45.69%-
HSV(B)239.25º81.12%76.86%-
XYZ11.455.8352.75-
YUV56.3206.84114.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.60%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 196 (76.95% from 255) = 72.06%
R=13.60%
G=14.34%
B=72.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal37391960.810.8000.23239.2568.2445.69
Hex2527C45150017ef442e
Octal454730412112002735710456
Binary1001011001111100010010100011010000010111111011111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2527c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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