Html Css Color HEX #2E24AC Persian Blue

📋 copy color: '#2E24AC'

red 46 ◦ green 36 ◦ blue 172

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

Shades of Persian Blue #2E24AC

Tints of Persian Blue #2E24AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

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

R = 18.11%
G = 14.17%
B = 67.72%

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

#2E24AC (or 0x2E24AC) is known color: Persian Blue. HEX triplet: 2E, 24 and AC. RGB value is (46,36,172). Sum of RGB (Red+Green+Blue) = 46+36+172=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E24AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E24AC is #D1DB53. Grayscale: #353535. Windows color (decimal): -13753172 or 11281454. OLE color: 11281454.

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

Color convert

RGB 46 36 172 -
CMYK 0.73 0.79 0 0.33
HSL 244.41º 0.65% 0.41% -
HSV(B) 244.41º 0.79% 0.67% -
XYZ 9.2 4.82 39.48 -
YUV 54.49 194.31 121.94 -
System Red Green Blue C M Y K H S L
Decimal 46 36 172 0.73 0.79 0 0.33 244.41 0.65 0.41
Hex 2E 24 AC 49 4F 0 21 F4 41 29
Octal 56 44 254 111 117 0 41 364 101 51
Binary 101110 100100 10101100 1001001 1001111 0 100001 11110100 1000001 101001

Color Harmonies of #2E24AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E24AC

Black with #2E24AC

Text Example


Text Example

White with #2E24AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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