#2625ae

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

Shades of Persian Blue #2625AE

Tints of Persian Blue #2625AE

Color information

#2625AE (or 0x2625AE) is unknown color: approx Persian Blue. HEX triplet: 26, 25 and AE. RGB value is (38,37,174). Sum of RGB (Red+Green+Blue) = 38+37+174=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #2625AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2625AE is #D9DA51. Grayscale: #343434. Windows color (decimal): -14277202 or 11412774. OLE color: 11412774.

HSL color Cylindrical-coordinate representation of color #2625AE: hue angle of 240.44º 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 #2625AE is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3837174-
CMYK0.780.7900.32
HSL240.44º64.93%41.37%-
HSV(B)240.44º78.74%68.24%-
XYZ9.14.7940.49-
YUV52.92196.33117.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 174 (68.36% from 255) = 69.88%
R=15.26%
G=14.86%
B=69.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal38371740.780.7900.32240.4464.9341.37
Hex2625AE4E4F020f04129
Octal464525611611704036010151
Binary10011010010110101110100111010011110100000111100001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2625ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2625ae; }

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

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

<style>
 a { background-color: #2625ae; }

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

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

<style>
 span { border-color: #2625ae; }

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

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