#221ab8

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

Shades of Persian Blue #221AB8

Tints of Persian Blue #221AB8

Color information

#221AB8 (or 0x221AB8) is unknown color: approx Persian Blue. HEX triplet: 22, 1A and B8. RGB value is (34,26,184). Sum of RGB (Red+Green+Blue) = 34+26+184=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 184 (72.27% from 255 or 75.41% from 244); Max value from RGB is 184 - color contains mainly: blue. Hex color #221AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221AB8 is #DDE547. Grayscale: #2D2D2D. Windows color (decimal): -14542152 or 12065314. OLE color: 12065314.

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

Color convert

RGB3426184-
CMYK0.820.8600.28
HSL243.04º75.24%41.18%-
HSV(B)243.04º85.87%72.16%-
XYZ9.684.5445.71-
YUV46.4205.65119.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.93%
GREEN value IS 26 (10.55% from 255) = 10.66%
BLUE value IS 184 (72.27% from 255) = 75.41%
R=13.93%
G=10.66%
B=75.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal34261840.820.8600.28243.0475.2441.18
Hex221AB8525601Cf34b29
Octal423227012212603436311351
Binary100010110101011100010100101010110011100111100111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221ab8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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