#2227DE

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

Shades of Persian Blue #2227DE

Tints of Persian Blue #2227DE

Color information

#2227DE (or 0x2227DE) is unknown color: approx Persian Blue. HEX triplet: 22, 27 and DE. RGB value is (34,39,222). Sum of RGB (Red+Green+Blue) = 34+39+222=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 222 (87.11% from 255 or 75.25% from 295); Max value from RGB is 222 - color contains mainly: blue. Hex color #2227DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2227DE is #DDD821. Grayscale: #393939. Windows color (decimal): -14538786 or 14559010. OLE color: 14559010.

HSL color Cylindrical-coordinate representation of color #2227DE: hue angle of 238.4º 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 #2227DE is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3439222-
CMYK0.850.8200.13
HSL238.4º74.02%50.2%-
HSV(B)238.4º84.68%87.06%-
XYZ14.577.0769.7-
YUV58.37220.34110.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.53%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 222 (87.11% from 255) = 75.25%
R=11.53%
G=13.22%
B=75.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal34392220.850.8200.13238.474.0250.2
Hex2227DE55520Dee4a32
Octal424733612512201535611262
Binary100010100111110111101010101101001001101111011101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2227DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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