Html Css Color HEX #2E2CA2 Persian Blue

📋 copy color: '#2E2CA2'

red 46 ◦ green 44 ◦ blue 162

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

Shades of Persian Blue #2E2CA2

Tints of Persian Blue #2E2CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.46%

 BLUE value IS 162 (63.67% from 255) = 64.29%

R = 18.25%
G = 17.46%
B = 64.29%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2E2CA2 (or 0x2E2CA2) is known color: Persian Blue. HEX triplet: 2E, 2C and A2. RGB value is (46,44,162). Sum of RGB (Red+Green+Blue) = 46+44+162=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 162 (63.67% from 255 or 64.29% from 252); Max value from RGB is 162 - color contains mainly: blue. Hex color #2E2CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2CA2 is #D1D35D. Grayscale: #393939. Windows color (decimal): -13751134 or 10628142. OLE color: 10628142.

HSL color Cylindrical-coordinate representation of color #2E2CA2: hue angle of 241.02º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E2CA2 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 46 44 162 -
CMYK 0.72 0.73 0 0.36
HSL 241.02º 0.57% 0.4% -
HSV(B) 241.02º 0.73% 0.64% -
XYZ 8.55 4.99 34.7 -
YUV 58.05 186.66 119.41 -
System Red Green Blue C M Y K H S L
Decimal 46 44 162 0.72 0.73 0 0.36 241.02 0.57 0.4
Hex 2E 2C A2 48 49 0 24 F1 39 28
Octal 56 54 242 110 111 0 44 361 71 50
Binary 101110 101100 10100010 1001000 1001001 0 100100 11110001 111001 101000

Color Harmonies of #2E2CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2CA2

Black with #2E2CA2

Text Example


Text Example

White with #2E2CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,44,162); }

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

background-color css

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

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

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

border-color css

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

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

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