#2D28AE

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

Shades of Persian Blue #2D28AE

Tints of Persian Blue #2D28AE

Color information

#2D28AE (or 0x2D28AE) is unknown color: approx Persian Blue. HEX triplet: 2D, 28 and AE. RGB value is (45,40,174). Sum of RGB (Red+Green+Blue) = 45+40+174=259 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.37% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D28AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D28AE is #D2D751. Grayscale: #383838. Windows color (decimal): -13817682 or 11413549. OLE color: 11413549.

HSL color Cylindrical-coordinate representation of color #2D28AE: hue angle of 242.24º 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 #2D28AE is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4540174-
CMYK0.740.7700.32
HSL242.24º62.62%41.96%-
HSV(B)242.24º77.01%68.24%-
XYZ9.485.1340.54-
YUV56.77194.16119.6-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.37%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 174 (68.36% from 255) = 67.18%
R=17.37%
G=15.44%
B=67.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45401740.740.7700.32242.2462.6241.96
Hex2D28AE4A4D020f23f2a
Octal55502561121150403627752
Binary1011011010001010111010010101001101010000011110010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D28AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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