#1E22C3

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

Shades of Persian Blue #1E22C3

Tints of Persian Blue #1E22C3

Color information

#1E22C3 (or 0x1E22C3) is unknown color: approx Persian Blue. HEX triplet: 1E, 22 and C3. RGB value is (30,34,195). Sum of RGB (Red+Green+Blue) = 30+34+195=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 195 (76.56% from 255 or 75.29% from 259); Max value from RGB is 195 - color contains mainly: blue. Hex color #1E22C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E22C3 is #E1DD3C. Grayscale: #323232. Windows color (decimal): -14802237 or 12788254. OLE color: 12788254.

HSL color Cylindrical-coordinate representation of color #1E22C3: hue angle of 238.55º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E22C3 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3034195-
CMYK0.850.8300.24
HSL238.55º73.33%44.12%-
HSV(B)238.55º84.62%76.47%-
XYZ10.965.3652.09-
YUV51.16209.17112.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.58%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 195 (76.56% from 255) = 75.29%
R=11.58%
G=13.13%
B=75.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal30341950.850.8300.24238.5573.3344.12
Hex1E22C35553018ef492c
Octal364230312512303035711154
Binary111101000101100001110101011010011011000111011111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E22C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E22C3; }

 p { color: rgb(30,34,195); }

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

<style>
 a { background-color: #1E22C3; }

 a { background-color: rgb(30,34,195); }

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

<style>
 span { border-color: #1E22C3; }

 span { border-color: rgb(30,34,195); }

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