Html Css Color HEX #2E2FAD Persian Blue

📋 copy color: '#2E2FAD'

red 46 ◦ green 47 ◦ blue 173

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

Shades of Persian Blue #2E2FAD

Tints of Persian Blue #2E2FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.67%

 BLUE value IS 173 (67.97% from 255) = 65.04%

R = 17.29%
G = 17.67%
B = 65.04%

CMYK

 C value IS 0.73

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2E2FAD (or 0x2E2FAD) is known color: Persian Blue. HEX triplet: 2E, 2F and AD. RGB value is (46,47,173). Sum of RGB (Red+Green+Blue) = 46+47+173=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E2FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2FAD is #D1D052. Grayscale: #3C3C3C. Windows color (decimal): -13750355 or 11349806. OLE color: 11349806.

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

Color convert

RGB 46 47 173 -
CMYK 0.73 0.73 0 0.32
HSL 239.53º 0.58% 0.43% -
HSV(B) 239.53º 0.73% 0.68% -
XYZ 9.69 5.63 40.11 -
YUV 61.07 191.17 117.25 -
System Red Green Blue C M Y K H S L
Decimal 46 47 173 0.73 0.73 0 0.32 239.53 0.58 0.43
Hex 2E 2F AD 49 49 0 20 F0 3A 2B
Octal 56 57 255 111 111 0 40 360 72 53
Binary 101110 101111 10101101 1001001 1001001 0 100000 11110000 111010 101011

Color Harmonies of #2E2FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2FAD

Black with #2E2FAD

Text Example


Text Example

White with #2E2FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,47,173); }

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

background-color css

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

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

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

border-color css

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

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

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