#221EB9

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

Shades of Persian Blue #221EB9

Tints of Persian Blue #221EB9

Color information

#221EB9 (or 0x221EB9) is unknown color: approx Persian Blue. HEX triplet: 22, 1E and B9. RGB value is (34,30,185). Sum of RGB (Red+Green+Blue) = 34+30+185=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 185 (72.66% from 255 or 74.30% from 249); Max value from RGB is 185 - color contains mainly: blue. Hex color #221EB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221EB9 is #DDE146. Grayscale: #303030. Windows color (decimal): -14541127 or 12131874. OLE color: 12131874.

HSL color Cylindrical-coordinate representation of color #221EB9: hue angle of 241.55º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221EB9 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3430185-
CMYK0.820.8400.27
HSL241.55º72.09%42.16%-
HSV(B)241.55º83.78%72.55%-
XYZ9.884.7746.3-
YUV48.87204.83117.4-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.65%
GREEN value IS 30 (12.11% from 255) = 12.05%
BLUE value IS 185 (72.66% from 255) = 74.30%
R=13.65%
G=12.05%
B=74.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34301850.820.8400.27241.5572.0942.16
Hex221EB9525401Bf2482a
Octal423627112212403336211052
Binary100010111101011100110100101010100011011111100101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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