Html Css Color HEX #2E2962 Paris M

📋 copy color: '#2E2962'

red 46 ◦ green 41 ◦ blue 98

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

Shades of Paris M #2E2962

Tints of Paris M #2E2962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.16%

 BLUE value IS 98 (38.67% from 255) = 52.97%

R = 24.86%
G = 22.16%
B = 52.97%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E2962 (or 0x2E2962) is known color: Paris M. HEX triplet: 2E, 29 and 62. RGB value is (46,41,98). Sum of RGB (Red+Green+Blue) = 46+41+98=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E2962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2962 is #D1D69D. Grayscale: #303030. Windows color (decimal): -13751966 or 6433070. OLE color: 6433070.

HSL color Cylindrical-coordinate representation of color #2E2962: hue angle of 245.26º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E2962 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 41 98 -
CMYK 0.53 0.58 0 0.62
HSL 245.26º 0.41% 0.27% -
HSV(B) 245.26º 0.58% 0.38% -
XYZ 4.12 3.05 11.93 -
YUV 48.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 46 41 98 0.53 0.58 0 0.62 245.26 0.41 0.27
Hex 2E 29 62 35 3A 0 3E F5 29 1B
Octal 56 51 142 65 72 0 76 365 51 33
Binary 101110 101001 1100010 110101 111010 0 111110 11110101 101001 11011

Color Harmonies of #2E2962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2962

Black with #2E2962

Text Example


Text Example

White with #2E2962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,41,98); }

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

background-color css

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

 a { background-color: rgb(46,41,98); }

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

border-color css

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

 span { border-color: rgb(46,41,98); }

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