Html Css Color HEX #2E2268 Paris M

📋 copy color: '#2E2268'

red 46 ◦ green 34 ◦ blue 104

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

Shades of Paris M #2E2268

Tints of Paris M #2E2268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 56.52%

R = 25%
G = 18.48%
B = 56.52%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2E2268 (or 0x2E2268) is known color: Paris M. HEX triplet: 2E, 22 and 68. RGB value is (46,34,104). Sum of RGB (Red+Green+Blue) = 46+34+104=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E2268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2268 is #D1DD97. Grayscale: #2D2D2D. Windows color (decimal): -13753752 or 6824494. OLE color: 6824494.

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

Color convert

RGB 46 34 104 -
CMYK 0.56 0.67 0 0.59
HSL 250.29º 0.51% 0.27% -
HSV(B) 250.29º 0.67% 0.41% -
XYZ 4.2 2.72 13.4 -
YUV 45.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 46 34 104 0.56 0.67 0 0.59 250.29 0.51 0.27
Hex 2E 22 68 38 43 0 3B FA 33 1B
Octal 56 42 150 70 103 0 73 372 63 33
Binary 101110 100010 1101000 111000 1000011 0 111011 11111010 110011 11011

Color Harmonies of #2E2268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2268

Black with #2E2268

Text Example


Text Example

White with #2E2268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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