Html Css Color HEX #2E2EAB Persian Blue

📋 copy color: '#2E2EAB'

red 46 ◦ green 46 ◦ blue 171

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

Shades of Persian Blue #2E2EAB

Tints of Persian Blue #2E2EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.02%

R = 17.49%
G = 17.49%
B = 65.02%

CMYK

 C value IS 0.73

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E2EAB (or 0x2E2EAB) is known color: Persian Blue. HEX triplet: 2E, 2E and AB. RGB value is (46,46,171). Sum of RGB (Red+Green+Blue) = 46+46+171=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E2EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2EAB is #D1D154. Grayscale: #3B3B3B. Windows color (decimal): -13750613 or 11218478. OLE color: 11218478.

HSL color Cylindrical-coordinate representation of color #2E2EAB: hue angle of 240º 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 #2E2EAB is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 46 171 -
CMYK 0.73 0.73 0 0.33
HSL 240º 0.58% 0.43% -
HSV(B) 240º 0.73% 0.67% -
XYZ 9.45 5.48 39.09 -
YUV 60.25 190.5 117.84 -
System Red Green Blue C M Y K H S L
Decimal 46 46 171 0.73 0.73 0 0.33 240 0.58 0.43
Hex 2E 2E AB 49 49 0 21 F0 3A 2B
Octal 56 56 253 111 111 0 41 360 72 53
Binary 101110 101110 10101011 1001001 1001001 0 100001 11110000 111010 101011

Color Harmonies of #2E2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2EAB

Black with #2E2EAB

Text Example


Text Example

White with #2E2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,46,171); }

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

background-color css

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

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

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

border-color css

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

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

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