#2121E0

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

Shades of Persian Blue #2121E0

Tints of Persian Blue #2121E0

Color information

#2121E0 (or 0x2121E0) is unknown color: approx Persian Blue. HEX triplet: 21, 21 and E0. RGB value is (33,33,224). Sum of RGB (Red+Green+Blue) = 33+33+224=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 224 (87.89% from 255 or 77.24% from 290); Max value from RGB is 224 - color contains mainly: blue. Hex color #2121E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2121E0 is #DEDE1F. Grayscale: #363636. Windows color (decimal): -14605856 or 14688545. OLE color: 14688545.

HSL color Cylindrical-coordinate representation of color #2121E0: hue angle of 240º 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 #2121E0 is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3333224-
CMYK0.850.8500.12
HSL240º75.49%50.39%-
HSV(B)240º85.27%87.84%-
XYZ14.636.7971.06-
YUV54.77223.5112.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.38%
GREEN value IS 33 (13.28% from 255) = 11.38%
BLUE value IS 224 (87.89% from 255) = 77.24%
R=11.38%
G=11.38%
B=77.24%

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
Decimal33332240.850.8500.1224075.4950.39
Hex2121E055550Cf04b32
Octal414134012512501436011362
Binary100001100001111000001010101101010101100111100001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2121E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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