#222EB5

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

Shades of Persian Blue #222EB5

Tints of Persian Blue #222EB5

Color information

#222EB5 (or 0x222EB5) is unknown color: approx Persian Blue. HEX triplet: 22, 2E and B5. RGB value is (34,46,181). Sum of RGB (Red+Green+Blue) = 34+46+181=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 181 (71.09% from 255 or 69.35% from 261); Max value from RGB is 181 - color contains mainly: blue. Hex color #222EB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222EB5 is #DDD14A. Grayscale: #393939. Windows color (decimal): -14537035 or 11873826. OLE color: 11873826.

HSL color Cylindrical-coordinate representation of color #222EB5: hue angle of 235.1º 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 #222EB5 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3446181-
CMYK0.810.7500.29
HSL235.1º68.37%42.16%-
HSV(B)235.1º81.22%70.98%-
XYZ9.985.6344.28-
YUV57.8197.52111.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.03%
GREEN value IS 46 (18.36% from 255) = 17.62%
BLUE value IS 181 (71.09% from 255) = 69.35%
R=13.03%
G=17.62%
B=69.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal34461810.810.7500.29235.168.3742.16
Hex222EB5514B01Deb442a
Octal425626512111303535310452
Binary1000101011101011010110100011001011011101111010111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222EB5; }

 p { color: rgb(34,46,181); }

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

<style>
 a { background-color: #222EB5; }

 a { background-color: rgb(34,46,181); }

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

<style>
 span { border-color: #222EB5; }

 span { border-color: rgb(34,46,181); }

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