Html Css Color HEX #2E266D Paris M

📋 copy color: '#2E266D'

red 46 ◦ green 38 ◦ blue 109

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

Shades of Paris M #2E266D

Tints of Paris M #2E266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.69%

 BLUE value IS 109 (42.97% from 255) = 56.48%

R = 23.83%
G = 19.69%
B = 56.48%

CMYK

 C value IS 0.58

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E266D (or 0x2E266D) is known color: Paris M. HEX triplet: 2E, 26 and 6D. RGB value is (46,38,109). Sum of RGB (Red+Green+Blue) = 46+38+109=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E266D is #D1D992. Grayscale: #303030. Windows color (decimal): -13752723 or 7153198. OLE color: 7153198.

HSL color Cylindrical-coordinate representation of color #2E266D: hue angle of 246.76º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E266D is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 38 109 -
CMYK 0.58 0.65 0 0.57
HSL 246.76º 0.48% 0.29% -
HSV(B) 246.76º 0.65% 0.43% -
XYZ 4.58 3.07 14.82 -
YUV 48.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 46 38 109 0.58 0.65 0 0.57 246.76 0.48 0.29
Hex 2E 26 6D 3A 41 0 39 F7 30 1D
Octal 56 46 155 72 101 0 71 367 60 35
Binary 101110 100110 1101101 111010 1000001 0 111001 11110111 110000 11101

Color Harmonies of #2E266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E266D

Black with #2E266D

Text Example


Text Example

White with #2E266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,38,109); }

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

background-color css

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

 a { background-color: rgb(46,38,109); }

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

border-color css

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

 span { border-color: rgb(46,38,109); }

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