Html Css Color HEX #2E2CDE Persian Blue

📋 copy color: '#2E2CDE'

red 46 ◦ green 44 ◦ blue 222

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

Shades of Persian Blue #2E2CDE

Tints of Persian Blue #2E2CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 71.15%

R = 14.74%
G = 14.1%
B = 71.15%

CMYK

 C value IS 0.79

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E2CDE (or 0x2E2CDE) is known color: Persian Blue. HEX triplet: 2E, 2C and DE. RGB value is (46,44,222). Sum of RGB (Red+Green+Blue) = 46+44+222=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 222 (87.11% from 255 or 71.15% from 312); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E2CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2CDE is #D1D321. Grayscale: #404040. Windows color (decimal): -13751074 or 14560302. OLE color: 14560302.

HSL color Cylindrical-coordinate representation of color #2E2CDE: hue angle of 240.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E2CDE is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 44 222 -
CMYK 0.79 0.80 0 0.13
HSL 240.67º 0.73% 0.52% -
HSV(B) 240.67º 0.8% 0.87% -
XYZ 15.21 7.66 69.78 -
YUV 64.89 216.66 114.53 -
System Red Green Blue C M Y K H S L
Decimal 46 44 222 0.79 0.80 0 0.13 240.67 0.73 0.52
Hex 2E 2C DE 4F 50 0 D F1 49 34
Octal 56 54 336 117 120 0 15 361 111 64
Binary 101110 101100 11011110 1001111 1010000 0 1101 11110001 1001001 110100

Color Harmonies of #2E2CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2CDE

Black with #2E2CDE

Text Example


Text Example

White with #2E2CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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