Html Css Color HEX #2E2DAA Persian Blue

📋 copy color: '#2E2DAA'

red 46 ◦ green 45 ◦ blue 170

#2E2DAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2E2DAA

Tints of Persian Blue #2E2DAA

RGB

 RED value IS 46 (18.36% from 255) = 17.62%

 GREEN value IS 45 (17.97% from 255) = 17.24%

 BLUE value IS 170 (66.8% from 255) = 65.13%

R = 17.62%
G = 17.24%
B = 65.13%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E2DAA (or 0x2E2DAA) is known color: Persian Blue. HEX triplet: 2E, 2D and AA. RGB value is (46,45,170). Sum of RGB (Red+Green+Blue) = 46+45+170=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E2DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2DAA is #D1D255. Grayscale: #3B3B3B. Windows color (decimal): -13750870 or 11152686. OLE color: 11152686.

HSL color Cylindrical-coordinate representation of color #2E2DAA: hue angle of 240.48º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E2DAA is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 45 170 -
CMYK 0.73 0.74 0 0.33
HSL 240.48º 0.58% 0.42% -
HSV(B) 240.48º 0.74% 0.67% -
XYZ 9.32 5.36 38.57 -
YUV 59.55 190.33 118.34 -
System Red Green Blue C M Y K H S L
Decimal 46 45 170 0.73 0.74 0 0.33 240.48 0.58 0.42
Hex 2E 2D AA 49 4A 0 21 F0 3A 2A
Octal 56 55 252 111 112 0 41 360 72 52
Binary 101110 101101 10101010 1001001 1001010 0 100001 11110000 111010 101010

Color Harmonies of #2E2DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2DAA

Black with #2E2DAA

Text Example


Text Example

White with #2E2DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,45,170); }

 H1.HeaderClassName
 {
   color: #2E2DAA;
 }
 .AnyTagClassName
 {
   color: #2E2DAA;
 }
</style>

background-color css

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

 a { background-color: rgb(46,45,170); }

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

border-color css

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

 span { border-color: rgb(46,45,170); }

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