#2D2FAE

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

Shades of Persian Blue #2D2FAE

Tints of Persian Blue #2D2FAE

Color information

#2D2FAE (or 0x2D2FAE) is unknown color: approx Persian Blue. HEX triplet: 2D, 2F and AE. RGB value is (45,47,174). Sum of RGB (Red+Green+Blue) = 45+47+174=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D2FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2FAE is #D2D051. Grayscale: #3C3C3C. Windows color (decimal): -13815890 or 11415341. OLE color: 11415341.

HSL color Cylindrical-coordinate representation of color #2D2FAE: hue angle of 239.07º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D2FAE is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4547174-
CMYK0.740.7300.32
HSL239.07º58.9%42.94%-
HSV(B)239.07º74.14%68.24%-
XYZ9.745.6540.62-
YUV60.88191.84116.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.92%
GREEN value IS 47 (18.75% from 255) = 17.67%
BLUE value IS 174 (68.36% from 255) = 65.41%
R=16.92%
G=17.67%
B=65.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45471740.740.7300.32239.0758.942.94
Hex2D2FAE4A49020ef3b2b
Octal55572561121110403577353
Binary1011011011111010111010010101001001010000011101111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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