#2e21ce

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

Shades of Persian Blue #2E21CE

Tints of Persian Blue #2E21CE

Color information

#2E21CE (or 0x2E21CE) is unknown color: approx Persian Blue. HEX triplet: 2E, 21 and CE. RGB value is (46,33,206). Sum of RGB (Red+Green+Blue) = 46+33+206=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E21CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E21CE is #D1DE31. Grayscale: #373737. Windows color (decimal): -13753906 or 13508910. OLE color: 13508910.

HSL color Cylindrical-coordinate representation of color #2E21CE: hue angle of 244.51º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E21CE is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4633206-
CMYK0.780.8400.19
HSL244.51º72.38%46.86%-
HSV(B)244.51º83.98%80.78%-
XYZ12.816.1258.9-
YUV56.61212.31120.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.14%
GREEN value IS 33 (13.28% from 255) = 11.58%
BLUE value IS 206 (80.86% from 255) = 72.28%
R=16.14%
G=11.58%
B=72.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal46332060.780.8400.19244.5172.3846.86
Hex2E21CE4E54013f5482f
Octal564131611612402336511057
Binary1011101000011100111010011101010100010011111101011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e21ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2e21ce; }

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

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

<style>
 a { background-color: #2e21ce; }

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

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

<style>
 span { border-color: #2e21ce; }

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

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