Html Css Color HEX #2E23AA Persian Blue

📋 copy color: '#2E23AA'

red 46 ◦ green 35 ◦ blue 170

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

Shades of Persian Blue #2E23AA

Tints of Persian Blue #2E23AA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

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

R = 18.33%
G = 13.94%
B = 67.73%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E23AA (or 0x2E23AA) is known color: Persian Blue. HEX triplet: 2E, 23 and AA. RGB value is (46,35,170). Sum of RGB (Red+Green+Blue) = 46+35+170=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E23AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E23AA is #D1DC55. Grayscale: #353535. Windows color (decimal): -13753430 or 11150126. OLE color: 11150126.

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

Color convert

RGB 46 35 170 -
CMYK 0.73 0.79 0 0.33
HSL 244.89º 0.66% 0.4% -
HSV(B) 244.89º 0.79% 0.67% -
XYZ 8.98 4.69 38.46 -
YUV 53.68 193.64 122.52 -
System Red Green Blue C M Y K H S L
Decimal 46 35 170 0.73 0.79 0 0.33 244.89 0.66 0.4
Hex 2E 23 AA 49 4F 0 21 F5 42 28
Octal 56 43 252 111 117 0 41 365 102 50
Binary 101110 100011 10101010 1001001 1001111 0 100001 11110101 1000010 101000

Color Harmonies of #2E23AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E23AA

Black with #2E23AA

Text Example


Text Example

White with #2E23AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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