Html Css Color HEX #2E266F Paris M

📋 copy color: '#2E266F'

red 46 ◦ green 38 ◦ blue 111

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

Shades of Paris M #2E266F

Tints of Paris M #2E266F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.92%

R = 23.59%
G = 19.49%
B = 56.92%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2E266F (or 0x2E266F) is known color: Paris M. HEX triplet: 2E, 26 and 6F. RGB value is (46,38,111). Sum of RGB (Red+Green+Blue) = 46+38+111=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #2E266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E266F is #D1D990. Grayscale: #303030. Windows color (decimal): -13752721 or 7284270. OLE color: 7284270.

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

Color convert

RGB 46 38 111 -
CMYK 0.59 0.66 0 0.56
HSL 246.58º 0.49% 0.29% -
HSV(B) 246.58º 0.66% 0.44% -
XYZ 4.69 3.11 15.39 -
YUV 48.71 163.15 126.06 -
System Red Green Blue C M Y K H S L
Decimal 46 38 111 0.59 0.66 0 0.56 246.58 0.49 0.29
Hex 2E 26 6F 3B 42 0 38 F7 31 1D
Octal 56 46 157 73 102 0 70 367 61 35
Binary 101110 100110 1101111 111011 1000010 0 111000 11110111 110001 11101

Color Harmonies of #2E266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E266F

Black with #2E266F

Text Example


Text Example

White with #2E266F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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