#2C28AE

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

Shades of Persian Blue #2C28AE

Tints of Persian Blue #2C28AE

Color information

#2C28AE (or 0x2C28AE) is unknown color: approx Persian Blue. HEX triplet: 2C, 28 and AE. RGB value is (44,40,174). Sum of RGB (Red+Green+Blue) = 44+40+174=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C28AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C28AE is #D3D751. Grayscale: #373737. Windows color (decimal): -13883218 or 11413548. OLE color: 11413548.

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

Color convert

RGB4440174-
CMYK0.750.7700.32
HSL241.79º62.62%41.96%-
HSV(B)241.79º77.01%68.24%-
XYZ9.445.1140.53-
YUV56.47194.33119.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.05%
GREEN value IS 40 (16.02% from 255) = 15.50%
BLUE value IS 174 (68.36% from 255) = 67.44%
R=17.05%
G=15.50%
B=67.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44401740.750.7700.32241.7962.6241.96
Hex2C28AE4B4D020f23f2a
Octal54502561131150403627752
Binary1011001010001010111010010111001101010000011110010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C28AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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