Html Css Color HEX #2E2270 Paris M

📋 copy color: '#2E2270'

red 46 ◦ green 34 ◦ blue 112

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

Shades of Paris M #2E2270

Tints of Paris M #2E2270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.71%

 BLUE value IS 112 (44.14% from 255) = 58.33%

R = 23.96%
G = 17.71%
B = 58.33%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E2270 (or 0x2E2270) is known color: Paris M. HEX triplet: 2E, 22 and 70. RGB value is (46,34,112). Sum of RGB (Red+Green+Blue) = 46+34+112=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #2E2270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2270 is #D1DD8F. Grayscale: #2E2E2E. Windows color (decimal): -13753744 or 7348782. OLE color: 7348782.

HSL color Cylindrical-coordinate representation of color #2E2270: hue angle of 249.23º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E2270 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 34 112 -
CMYK 0.59 0.70 0 0.56
HSL 249.23º 0.53% 0.29% -
HSV(B) 249.23º 0.7% 0.44% -
XYZ 4.62 2.89 15.64 -
YUV 46.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 46 34 112 0.59 0.70 0 0.56 249.23 0.53 0.29
Hex 2E 22 70 3B 46 0 38 F9 35 1D
Octal 56 42 160 73 106 0 70 371 65 35
Binary 101110 100010 1110000 111011 1000110 0 111000 11111001 110101 11101

Color Harmonies of #2E2270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2270

Black with #2E2270

Text Example


Text Example

White with #2E2270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,34,112); }

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

background-color css

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

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

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

border-color css

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

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

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