Html Css Color HEX #2E2BAE Persian Blue

📋 copy color: '#2E2BAE'

red 46 ◦ green 43 ◦ blue 174

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

Shades of Persian Blue #2E2BAE

Tints of Persian Blue #2E2BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.35%

 BLUE value IS 174 (68.36% from 255) = 66.16%

R = 17.49%
G = 16.35%
B = 66.16%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2E2BAE (or 0x2E2BAE) is known color: Persian Blue. HEX triplet: 2E, 2B and AE. RGB value is (46,43,174). Sum of RGB (Red+Green+Blue) = 46+43+174=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E2BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2BAE is #D1D451. Grayscale: #3A3A3A. Windows color (decimal): -13751378 or 11414318. OLE color: 11414318.

HSL color Cylindrical-coordinate representation of color #2E2BAE: hue angle of 241.37º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E2BAE is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 43 174 -
CMYK 0.74 0.75 0 0.32
HSL 241.37º 0.6% 0.43% -
HSV(B) 241.37º 0.75% 0.68% -
XYZ 9.63 5.36 40.57 -
YUV 58.83 192.99 118.85 -
System Red Green Blue C M Y K H S L
Decimal 46 43 174 0.74 0.75 0 0.32 241.37 0.6 0.43
Hex 2E 2B AE 4A 4B 0 20 F1 3C 2B
Octal 56 53 256 112 113 0 40 361 74 53
Binary 101110 101011 10101110 1001010 1001011 0 100000 11110001 111100 101011

Color Harmonies of #2E2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2BAE

Black with #2E2BAE

Text Example


Text Example

White with #2E2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,43,174); }

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

background-color css

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

 a { background-color: rgb(46,43,174); }

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

border-color css

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

 span { border-color: rgb(46,43,174); }

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