Html Css Color HEX #2E2057 Paris M

📋 copy color: '#2E2057'

red 46 ◦ green 32 ◦ blue 87

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

Shades of Paris M #2E2057

Tints of Paris M #2E2057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 52.73%

R = 27.88%
G = 19.39%
B = 52.73%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#2E2057 (or 0x2E2057) is known color: Paris M. HEX triplet: 2E, 20 and 57. RGB value is (46,32,87). Sum of RGB (Red+Green+Blue) = 46+32+87=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E2057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2057 is #D1DFA8. Grayscale: #2A2A2A. Windows color (decimal): -13754281 or 5709870. OLE color: 5709870.

HSL color Cylindrical-coordinate representation of color #2E2057: hue angle of 255.27º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E2057 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 46 32 87 -
CMYK 0.47 0.63 0 0.66
HSL 255.27º 0.46% 0.23% -
HSV(B) 255.27º 0.63% 0.34% -
XYZ 3.36 2.3 9.28 -
YUV 42.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 46 32 87 0.47 0.63 0 0.66 255.27 0.46 0.23
Hex 2E 20 57 2F 3F 0 42 FF 2E 17
Octal 56 40 127 57 77 0 102 377 56 27
Binary 101110 100000 1010111 101111 111111 0 1000010 11111111 101110 10111

Color Harmonies of #2E2057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2057

Black with #2E2057

Text Example


Text Example

White with #2E2057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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