#2122E0

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

Shades of Persian Blue #2122E0

Tints of Persian Blue #2122E0

Color information

#2122E0 (or 0x2122E0) is unknown color: approx Persian Blue. HEX triplet: 21, 22 and E0. RGB value is (33,34,224). Sum of RGB (Red+Green+Blue) = 33+34+224=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 224 (87.89% from 255 or 76.98% from 291); Max value from RGB is 224 - color contains mainly: blue. Hex color #2122E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2122E0 is #DEDD1F. Grayscale: #363636. Windows color (decimal): -14605600 or 14688801. OLE color: 14688801.

HSL color Cylindrical-coordinate representation of color #2122E0: hue angle of 239.69º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2122E0 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3334224-
CMYK0.850.8500.12
HSL239.69º75.49%50.39%-
HSV(B)239.69º85.27%87.84%-
XYZ14.656.8571.07-
YUV55.36223.17112.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.34%
GREEN value IS 34 (13.67% from 255) = 11.68%
BLUE value IS 224 (87.89% from 255) = 76.98%
R=11.34%
G=11.68%
B=76.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal33342240.850.8500.12239.6975.4950.39
Hex2122E055550Cf04b32
Octal414234012512501436011362
Binary100001100010111000001010101101010101100111100001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2122E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2122E0; }

 p { color: rgb(33,34,224); }

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

<style>
 a { background-color: #2122E0; }

 a { background-color: rgb(33,34,224); }

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

<style>
 span { border-color: #2122E0; }

 span { border-color: rgb(33,34,224); }

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