Html Css Color HEX #2E28AC Persian Blue

📋 copy color: '#2E28AC'

red 46 ◦ green 40 ◦ blue 172

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

Shades of Persian Blue #2E28AC

Tints of Persian Blue #2E28AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

 BLUE value IS 172 (67.58% from 255) = 66.67%

R = 17.83%
G = 15.5%
B = 66.67%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E28AC (or 0x2E28AC) is known color: Persian Blue. HEX triplet: 2E, 28 and AC. RGB value is (46,40,172). Sum of RGB (Red+Green+Blue) = 46+40+172=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E28AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E28AC is #D1D753. Grayscale: #383838. Windows color (decimal): -13752148 or 11282478. OLE color: 11282478.

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

Color convert

RGB 46 40 172 -
CMYK 0.73 0.77 0 0.33
HSL 242.73º 0.62% 0.42% -
HSV(B) 242.73º 0.77% 0.67% -
XYZ 9.33 5.08 39.52 -
YUV 56.84 192.99 120.27 -
System Red Green Blue C M Y K H S L
Decimal 46 40 172 0.73 0.77 0 0.33 242.73 0.62 0.42
Hex 2E 28 AC 49 4D 0 21 F3 3E 2A
Octal 56 50 254 111 115 0 41 363 76 52
Binary 101110 101000 10101100 1001001 1001101 0 100001 11110011 111110 101010

Color Harmonies of #2E28AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E28AC

Black with #2E28AC

Text Example


Text Example

White with #2E28AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,40,172); }

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

background-color css

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

 a { background-color: rgb(46,40,172); }

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

border-color css

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

 span { border-color: rgb(46,40,172); }

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