#2F25AE

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

Shades of Persian Blue #2F25AE

Tints of Persian Blue #2F25AE

Color information

#2F25AE (or 0x2F25AE) is unknown color: approx Persian Blue. HEX triplet: 2F, 25 and AE. RGB value is (47,37,174). Sum of RGB (Red+Green+Blue) = 47+37+174=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F25AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F25AE is #D0DA51. Grayscale: #373737. Windows color (decimal): -13687378 or 11412783. OLE color: 11412783.

HSL color Cylindrical-coordinate representation of color #2F25AE: hue angle of 244.38º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F25AE is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4737174-
CMYK0.730.7900.32
HSL244.38º64.93%41.37%-
HSV(B)244.38º78.74%68.24%-
XYZ9.474.9840.51-
YUV55.61194.81121.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.22%
GREEN value IS 37 (14.84% from 255) = 14.34%
BLUE value IS 174 (68.36% from 255) = 67.44%
R=18.22%
G=14.34%
B=67.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal47371740.730.7900.32244.3864.9341.37
Hex2F25AE494F020f44129
Octal574525611111704036410151
Binary10111110010110101110100100110011110100000111101001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F25AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F25AE; }

 p { color: rgb(47,37,174); }

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

<style>
 a { background-color: #2F25AE; }

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

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

<style>
 span { border-color: #2F25AE; }

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

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