Html Css Color HEX #2E286E Paris M

📋 copy color: '#2E286E'

red 46 ◦ green 40 ◦ blue 110

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

Shades of Paris M #2E286E

Tints of Paris M #2E286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.41%

 BLUE value IS 110 (43.36% from 255) = 56.12%

R = 23.47%
G = 20.41%
B = 56.12%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2E286E (or 0x2E286E) is known color: Paris M. HEX triplet: 2E, 28 and 6E. RGB value is (46,40,110). Sum of RGB (Red+Green+Blue) = 46+40+110=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E286E is #D1D791. Grayscale: #313131. Windows color (decimal): -13752210 or 7219246. OLE color: 7219246.

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

Color convert

RGB 46 40 110 -
CMYK 0.58 0.64 0 0.57
HSL 245.14º 0.47% 0.29% -
HSV(B) 245.14º 0.64% 0.43% -
XYZ 4.7 3.22 15.13 -
YUV 49.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 46 40 110 0.58 0.64 0 0.57 245.14 0.47 0.29
Hex 2E 28 6E 3A 40 0 39 F5 2F 1D
Octal 56 50 156 72 100 0 71 365 57 35
Binary 101110 101000 1101110 111010 1000000 0 111001 11110101 101111 11101

Color Harmonies of #2E286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E286E

Black with #2E286E

Text Example


Text Example

White with #2E286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,40,110); }

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

background-color css

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

 a { background-color: rgb(46,40,110); }

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

border-color css

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

 span { border-color: rgb(46,40,110); }

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