#2228AB

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

Shades of Persian Blue #2228AB

Tints of Persian Blue #2228AB

Color information

#2228AB (or 0x2228AB) is unknown color: approx Persian Blue. HEX triplet: 22, 28 and AB. RGB value is (34,40,171). Sum of RGB (Red+Green+Blue) = 34+40+171=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #2228AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2228AB is #DDD754. Grayscale: #343434. Windows color (decimal): -14538581 or 11216930. OLE color: 11216930.

HSL color Cylindrical-coordinate representation of color #2228AB: hue angle of 237.37º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2228AB is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3440171-
CMYK0.800.7700.33
HSL237.37º66.83%40.2%-
HSV(B)237.37º80.12%67.06%-
XYZ8.774.838.99-
YUV53.14194.51114.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.88%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 171 (67.19% from 255) = 69.80%
R=13.88%
G=16.33%
B=69.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34401710.800.7700.33237.3766.8340.2
Hex2228AB504D021ed4328
Octal425025312011504135510350
Binary10001010100010101011101000010011010100001111011011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2228AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2228AB; }

 p { color: rgb(34,40,171); }

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

<style>
 a { background-color: #2228AB; }

 a { background-color: rgb(34,40,171); }

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

<style>
 span { border-color: #2228AB; }

 span { border-color: rgb(34,40,171); }

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