#212EC1

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

Shades of Persian Blue #212EC1

Tints of Persian Blue #212EC1

Color information

#212EC1 (or 0x212EC1) is unknown color: approx Persian Blue. HEX triplet: 21, 2E and C1. RGB value is (33,46,193). Sum of RGB (Red+Green+Blue) = 33+46+193=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #212EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212EC1 is #DED13E. Grayscale: #3A3A3A. Windows color (decimal): -14602559 or 12660257. OLE color: 12660257.

HSL color Cylindrical-coordinate representation of color #212EC1: hue angle of 235.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212EC1 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3346193-
CMYK0.830.7600.24
HSL235.12º70.8%44.31%-
HSV(B)235.12º82.9%75.69%-
XYZ11.236.1351.04-
YUV58.87203.69109.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 193 (75.78% from 255) = 70.96%
R=12.13%
G=16.91%
B=70.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal33461930.830.7600.24235.1270.844.31
Hex212EC1534C018eb472c
Octal415630112311403035310754
Binary1000011011101100000110100111001100011000111010111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212EC1; }

 p { color: rgb(33,46,193); }

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

<style>
 a { background-color: #212EC1; }

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

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

<style>
 span { border-color: #212EC1; }

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

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