Html Css Color HEX #2E226C Paris M

📋 copy color: '#2E226C'

red 46 ◦ green 34 ◦ blue 108

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

Shades of Paris M #2E226C

Tints of Paris M #2E226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.09%

 BLUE value IS 108 (42.58% from 255) = 57.45%

R = 24.47%
G = 18.09%
B = 57.45%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2E226C (or 0x2E226C) is known color: Paris M. HEX triplet: 2E, 22 and 6C. RGB value is (46,34,108). Sum of RGB (Red+Green+Blue) = 46+34+108=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E226C is #D1DD93. Grayscale: #2D2D2D. Windows color (decimal): -13753748 or 7086638. OLE color: 7086638.

HSL color Cylindrical-coordinate representation of color #2E226C: hue angle of 249.73º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E226C is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 34 108 -
CMYK 0.57 0.69 0 0.58
HSL 249.73º 0.52% 0.28% -
HSV(B) 249.73º 0.69% 0.42% -
XYZ 4.41 2.81 14.5 -
YUV 46.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 46 34 108 0.57 0.69 0 0.58 249.73 0.52 0.28
Hex 2E 22 6C 39 45 0 3A FA 34 1C
Octal 56 42 154 71 105 0 72 372 64 34
Binary 101110 100010 1101100 111001 1000101 0 111010 11111010 110100 11100

Color Harmonies of #2E226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E226C

Black with #2E226C

Text Example


Text Example

White with #2E226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,34,108); }

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

background-color css

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

 a { background-color: rgb(46,34,108); }

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

border-color css

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

 span { border-color: rgb(46,34,108); }

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