#2527DF

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

Shades of Persian Blue #2527DF

Tints of Persian Blue #2527DF

Color information

#2527DF (or 0x2527DF) is unknown color: approx Persian Blue. HEX triplet: 25, 27 and DF. RGB value is (37,39,223). Sum of RGB (Red+Green+Blue) = 37+39+223=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 223 (87.5% from 255 or 74.58% from 299); Max value from RGB is 223 - color contains mainly: blue. Hex color #2527DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2527DF is #DAD820. Grayscale: #3A3A3A. Windows color (decimal): -14342177 or 14624549. OLE color: 14624549.

HSL color Cylindrical-coordinate representation of color #2527DF: hue angle of 239.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2527DF is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3739223-
CMYK0.830.8300.13
HSL239.35º74.4%50.98%-
HSV(B)239.35º83.41%87.45%-
XYZ14.817.1770.42-
YUV59.38220.34112.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.37%
GREEN value IS 39 (15.62% from 255) = 13.04%
BLUE value IS 223 (87.5% from 255) = 74.58%
R=12.37%
G=13.04%
B=74.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal37392230.830.8300.13239.3574.450.98
Hex2527DF53530Def4a33
Octal454733712312301535711263
Binary100101100111110111111010011101001101101111011111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2527DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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