Html Css Color HEX #2E32AC Persian Blue

📋 copy color: '#2E32AC'

red 46 ◦ green 50 ◦ blue 172

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

Shades of Persian Blue #2E32AC

Tints of Persian Blue #2E32AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

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

R = 17.16%
G = 18.66%
B = 64.18%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E32AC (or 0x2E32AC) is known color: Persian Blue. HEX triplet: 2E, 32 and AC. RGB value is (46,50,172). Sum of RGB (Red+Green+Blue) = 46+50+172=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E32AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E32AC is #D1CD53. Grayscale: #3E3E3E. Windows color (decimal): -13749588 or 11285038. OLE color: 11285038.

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

Color convert

RGB 46 50 172 -
CMYK 0.73 0.71 0 0.33
HSL 238.1º 0.58% 0.43% -
HSV(B) 238.1º 0.73% 0.67% -
XYZ 9.71 5.84 39.65 -
YUV 62.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 46 50 172 0.73 0.71 0 0.33 238.1 0.58 0.43
Hex 2E 32 AC 49 47 0 21 EE 3A 2B
Octal 56 62 254 111 107 0 41 356 72 53
Binary 101110 110010 10101100 1001001 1000111 0 100001 11101110 111010 101011

Color Harmonies of #2E32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E32AC

Black with #2E32AC

Text Example


Text Example

White with #2E32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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