#2225DE

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

Shades of Persian Blue #2225DE

Tints of Persian Blue #2225DE

Color information

#2225DE (or 0x2225DE) is unknown color: approx Persian Blue. HEX triplet: 22, 25 and DE. RGB value is (34,37,222). Sum of RGB (Red+Green+Blue) = 34+37+222=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 222 (87.11% from 255 or 75.77% from 293); Max value from RGB is 222 - color contains mainly: blue. Hex color #2225DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2225DE is #DDDA21. Grayscale: #383838. Windows color (decimal): -14539298 or 14558498. OLE color: 14558498.

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

Color convert

RGB3437222-
CMYK0.850.8300.13
HSL239.04º74.02%50.2%-
HSV(B)239.04º84.68%87.06%-
XYZ14.516.9469.68-
YUV57.19221.01111.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.60%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 222 (87.11% from 255) = 75.77%
R=11.60%
G=12.63%
B=75.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal34372220.850.8300.13239.0474.0250.2
Hex2225DE55530Def4a32
Octal424533612512301535711262
Binary100010100101110111101010101101001101101111011111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2225DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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