Html Css Color HEX #2E2469 Paris M

📋 copy color: '#2E2469'

red 46 ◦ green 36 ◦ blue 105

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

Shades of Paris M #2E2469

Tints of Paris M #2E2469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.25%

 BLUE value IS 105 (41.41% from 255) = 56.15%

R = 24.6%
G = 19.25%
B = 56.15%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2E2469 (or 0x2E2469) is known color: Paris M. HEX triplet: 2E, 24 and 69. RGB value is (46,36,105). Sum of RGB (Red+Green+Blue) = 46+36+105=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E2469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2469 is #D1DB96. Grayscale: #2E2E2E. Windows color (decimal): -13753239 or 6890542. OLE color: 6890542.

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

Color convert

RGB 46 36 105 -
CMYK 0.56 0.66 0 0.59
HSL 248.7º 0.49% 0.28% -
HSV(B) 248.7º 0.66% 0.41% -
XYZ 4.31 2.86 13.69 -
YUV 46.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 46 36 105 0.56 0.66 0 0.59 248.7 0.49 0.28
Hex 2E 24 69 38 42 0 3B F9 31 1C
Octal 56 44 151 70 102 0 73 371 61 34
Binary 101110 100100 1101001 111000 1000010 0 111011 11111001 110001 11100

Color Harmonies of #2E2469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2469

Black with #2E2469

Text Example


Text Example

White with #2E2469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,36,105); }

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

background-color css

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

 a { background-color: rgb(46,36,105); }

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

border-color css

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

 span { border-color: rgb(46,36,105); }

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