#222EB4

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

Shades of Persian Blue #222EB4

Tints of Persian Blue #222EB4

Color information

#222EB4 (or 0x222EB4) is unknown color: approx Persian Blue. HEX triplet: 22, 2E and B4. RGB value is (34,46,180). Sum of RGB (Red+Green+Blue) = 34+46+180=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 180 (70.70% from 255 or 69.23% from 260); Max value from RGB is 180 - color contains mainly: blue. Hex color #222EB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #222EB4 is #DDD14B. Grayscale: #393939. Windows color (decimal): -14537036 or 11808290. OLE color: 11808290.

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

Color convert

RGB3446180-
CMYK0.810.7400.29
HSL235.07º68.22%41.96%-
HSV(B)235.07º81.11%70.59%-
XYZ9.875.5943.74-
YUV57.69197.02111.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.08%
GREEN value IS 46 (18.36% from 255) = 17.69%
BLUE value IS 180 (70.70% from 255) = 69.23%
R=13.08%
G=17.69%
B=69.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal34461800.810.7400.29235.0768.2241.96
Hex222EB4514A01Deb442a
Octal425626412111203535310452
Binary1000101011101011010010100011001010011101111010111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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