#2226E7

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

Shades of Persian Blue #2226E7

Tints of Persian Blue #2226E7

Color information

#2226E7 (or 0x2226E7) is unknown color: approx Persian Blue. HEX triplet: 22, 26 and E7. RGB value is (34,38,231). Sum of RGB (Red+Green+Blue) = 34+38+231=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 231 (90.62% from 255 or 76.24% from 303); Max value from RGB is 231 - color contains mainly: blue. Hex color #2226E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2226E7 is #DDD918. Grayscale: #3A3A3A. Windows color (decimal): -14539033 or 15148578. OLE color: 15148578.

HSL color Cylindrical-coordinate representation of color #2226E7: hue angle of 238.78º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2226E7 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3438231-
CMYK0.850.8400.09
HSL238.78º80.41%51.96%-
HSV(B)238.78º85.28%90.59%-
XYZ15.787.576.22-
YUV58.81225.17110.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.22%
GREEN value IS 38 (15.23% from 255) = 12.54%
BLUE value IS 231 (90.62% from 255) = 76.24%
R=11.22%
G=12.54%
B=76.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal34382310.850.8400.09238.7880.4151.96
Hex2226E7555409ef5034
Octal424634712512401135712064
Binary100010100110111001111010101101010001001111011111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2226E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2226E7; }

 p { color: rgb(34,38,231); }

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

<style>
 a { background-color: #2226E7; }

 a { background-color: rgb(34,38,231); }

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

<style>
 span { border-color: #2226E7; }

 span { border-color: rgb(34,38,231); }

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