#221EB1

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

Shades of Persian Blue #221EB1

Tints of Persian Blue #221EB1

Color information

#221EB1 (or 0x221EB1) is unknown color: approx Persian Blue. HEX triplet: 22, 1E and B1. RGB value is (34,30,177). Sum of RGB (Red+Green+Blue) = 34+30+177=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 177 (69.53% from 255 or 73.44% from 241); Max value from RGB is 177 - color contains mainly: blue. Hex color #221EB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221EB1 is #DDE14E. Grayscale: #2F2F2F. Windows color (decimal): -14541135 or 11607586. OLE color: 11607586.

HSL color Cylindrical-coordinate representation of color #221EB1: hue angle of 241.63º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #221EB1 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3430177-
CMYK0.810.8300.31
HSL241.63º71.01%40.59%-
HSV(B)241.63º83.05%69.41%-
XYZ9.064.4441.98-
YUV47.95200.83118.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.11%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 177 (69.53% from 255) = 73.44%
R=14.11%
G=12.45%
B=73.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal34301770.810.8300.31241.6371.0140.59
Hex221EB1515301Ff24729
Octal423626112112303736210751
Binary100010111101011000110100011010011011111111100101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221EB1; }

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

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

<style>
 a { background-color: #221EB1; }

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

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

<style>
 span { border-color: #221EB1; }

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

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