Html Css Color HEX #2E2068 Paris M

📋 copy color: '#2E2068'

red 46 ◦ green 32 ◦ blue 104

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

Shades of Paris M #2E2068

Tints of Paris M #2E2068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.58%

 BLUE value IS 104 (41.02% from 255) = 57.14%

R = 25.27%
G = 17.58%
B = 57.14%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2E2068 (or 0x2E2068) is known color: Paris M. HEX triplet: 2E, 20 and 68. RGB value is (46,32,104). Sum of RGB (Red+Green+Blue) = 46+32+104=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E2068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2068 is #D1DF97. Grayscale: #2C2C2C. Windows color (decimal): -13754264 or 6823982. OLE color: 6823982.

HSL color Cylindrical-coordinate representation of color #2E2068: hue angle of 251.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E2068 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 32 104 -
CMYK 0.56 0.69 0 0.59
HSL 251.67º 0.53% 0.27% -
HSV(B) 251.67º 0.69% 0.41% -
XYZ 4.14 2.61 13.38 -
YUV 44.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 46 32 104 0.56 0.69 0 0.59 251.67 0.53 0.27
Hex 2E 20 68 38 45 0 3B FC 35 1B
Octal 56 40 150 70 105 0 73 374 65 33
Binary 101110 100000 1101000 111000 1000101 0 111011 11111100 110101 11011

Color Harmonies of #2E2068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2068

Black with #2E2068

Text Example


Text Example

White with #2E2068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,32,104); }

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

background-color css

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

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

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

border-color css

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

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

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