#2245AB

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

Shades of Persian Blue #2245AB

Tints of Persian Blue #2245AB

Color information

#2245AB (or 0x2245AB) is unknown color: approx Persian Blue. HEX triplet: 22, 45 and AB. RGB value is (34,69,171). Sum of RGB (Red+Green+Blue) = 34+69+171=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #2245AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2245AB is #DDBA54. Grayscale: #454545. Windows color (decimal): -14531157 or 11224354. OLE color: 11224354.

HSL color Cylindrical-coordinate representation of color #2245AB: hue angle of 224.67º 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 #2245AB is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3469171-
CMYK0.800.6000.33
HSL224.67º66.83%40.2%-
HSV(B)224.67º80.12%67.06%-
XYZ10.147.5439.45-
YUV70.16184.9102.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.41%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 171 (67.19% from 255) = 62.41%
R=12.41%
G=25.18%
B=62.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34691710.800.6000.33224.6766.8340.2
Hex2245AB503C021e14328
Octal421052531207404134110350
Binary10001010001011010101110100001111000100001111000011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2245AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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