#2225AC

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

Shades of Persian Blue #2225AC

Tints of Persian Blue #2225AC

Color information

#2225AC (or 0x2225AC) is unknown color: approx Persian Blue. HEX triplet: 22, 25 and AC. RGB value is (34,37,172). Sum of RGB (Red+Green+Blue) = 34+37+172=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #2225AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2225AC is #DDDA53. Grayscale: #323232. Windows color (decimal): -14539348 or 11281698. OLE color: 11281698.

HSL color Cylindrical-coordinate representation of color #2225AC: hue angle of 238.7º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2225AC is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3437172-
CMYK0.800.7800.33
HSL238.7º66.99%40.39%-
HSV(B)238.7º80.23%67.45%-
XYZ8.774.6439.46-
YUV51.49196.01115.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.99%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 172 (67.58% from 255) = 70.78%
R=13.99%
G=15.23%
B=70.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34371720.800.7800.33238.766.9940.39
Hex2225AC504E021ef4328
Octal424525412011604135710350
Binary10001010010110101100101000010011100100001111011111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2225AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2225AC; }

 p { color: rgb(34,37,172); }

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

<style>
 a { background-color: #2225AC; }

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

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

<style>
 span { border-color: #2225AC; }

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

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