#221ABF

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

Shades of Persian Blue #221ABF

Tints of Persian Blue #221ABF

Color information

#221ABF (or 0x221ABF) is unknown color: approx Persian Blue. HEX triplet: 22, 1A and BF. RGB value is (34,26,191). Sum of RGB (Red+Green+Blue) = 34+26+191=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #221ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221ABF is #DDE540. Grayscale: #2E2E2E. Windows color (decimal): -14542145 or 12524066. OLE color: 12524066.

HSL color Cylindrical-coordinate representation of color #221ABF: hue angle of 242.91º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221ABF is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3426191-
CMYK0.820.8600.25
HSL242.91º76.04%42.55%-
HSV(B)242.91º86.39%74.9%-
XYZ10.434.8449.67-
YUV47.2209.15118.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.55%
GREEN value IS 26 (10.55% from 255) = 10.36%
BLUE value IS 191 (75% from 255) = 76.10%
R=13.55%
G=10.36%
B=76.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34261910.820.8600.25242.9176.0442.55
Hex221ABF5256019f34c2b
Octal423227712212603136311453
Binary100010110101011111110100101010110011001111100111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,26,191); }

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

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

 a { background-color: rgb(34,26,191); }

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

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

 span { border-color: rgb(34,26,191); }

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