#2C21AE

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

Shades of Persian Blue #2C21AE

Tints of Persian Blue #2C21AE

Color information

#2C21AE (or 0x2C21AE) is unknown color: approx Persian Blue. HEX triplet: 2C, 21 and AE. RGB value is (44,33,174). Sum of RGB (Red+Green+Blue) = 44+33+174=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C21AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C21AE is #D3DE51. Grayscale: #333333. Windows color (decimal): -13885010 or 11411756. OLE color: 11411756.

HSL color Cylindrical-coordinate representation of color #2C21AE: hue angle of 244.68º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C21AE is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4433174-
CMYK0.750.8100.32
HSL244.68º68.12%40.59%-
HSV(B)244.68º81.03%68.24%-
XYZ9.224.6840.46-
YUV52.36196.64122.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.53%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 174 (68.36% from 255) = 69.32%
R=17.53%
G=13.15%
B=69.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44331740.750.8100.32244.6868.1240.59
Hex2C21AE4B51020f54429
Octal544125611312104036510451
Binary10110010000110101110100101110100010100000111101011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C21AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,33,174); }

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

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

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

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

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

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

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