#2225B4

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

Shades of Persian Blue #2225B4

Tints of Persian Blue #2225B4

Color information

#2225B4 (or 0x2225B4) is unknown color: approx Persian Blue. HEX triplet: 22, 25 and B4. RGB value is (34,37,180). Sum of RGB (Red+Green+Blue) = 34+37+180=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 180 (70.70% from 255 or 71.71% from 251); Max value from RGB is 180 - color contains mainly: blue. Hex color #2225B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2225B4 is #DDDA4B. Grayscale: #333333. Windows color (decimal): -14539340 or 11805986. OLE color: 11805986.

HSL color Cylindrical-coordinate representation of color #2225B4: hue angle of 238.77º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2225B4 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3437180-
CMYK0.810.7900.29
HSL238.77º68.22%41.96%-
HSV(B)238.77º81.11%70.59%-
XYZ9.564.9643.63-
YUV52.4200.01114.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.55%
GREEN value IS 37 (14.84% from 255) = 14.74%
BLUE value IS 180 (70.70% from 255) = 71.71%
R=13.55%
G=14.74%
B=71.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal34371800.810.7900.29238.7768.2241.96
Hex2225B4514F01Def442a
Octal424526412111703535710452
Binary1000101001011011010010100011001111011101111011111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2225B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2225B4; }

 p { color: rgb(34,37,180); }

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

<style>
 a { background-color: #2225B4; }

 a { background-color: rgb(34,37,180); }

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

<style>
 span { border-color: #2225B4; }

 span { border-color: rgb(34,37,180); }

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