#2228B8

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

Shades of Persian Blue #2228B8

Tints of Persian Blue #2228B8

Color information

#2228B8 (or 0x2228B8) is unknown color: approx Persian Blue. HEX triplet: 22, 28 and B8. RGB value is (34,40,184). Sum of RGB (Red+Green+Blue) = 34+40+184=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 184 (72.27% from 255 or 71.32% from 258); Max value from RGB is 184 - color contains mainly: blue. Hex color #2228B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2228B8 is #DDD747. Grayscale: #363636. Windows color (decimal): -14538568 or 12068898. OLE color: 12068898.

HSL color Cylindrical-coordinate representation of color #2228B8: hue angle of 237.6º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2228B8 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3440184-
CMYK0.820.7800.28
HSL237.6º68.81%42.75%-
HSV(B)237.6º81.52%72.16%-
XYZ10.075.3245.84-
YUV54.62201.01113.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.18%
GREEN value IS 40 (16.02% from 255) = 15.50%
BLUE value IS 184 (72.27% from 255) = 71.32%
R=13.18%
G=15.50%
B=71.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal34401840.820.7800.28237.668.8142.75
Hex2228B8524E01Cee452b
Octal425027012211603435610553
Binary1000101010001011100010100101001110011100111011101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2228B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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