Html Css Color HEX #2E246B Paris M

📋 copy color: '#2E246B'

red 46 ◦ green 36 ◦ blue 107

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

Shades of Paris M #2E246B

Tints of Paris M #2E246B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.61%

R = 24.34%
G = 19.05%
B = 56.61%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2E246B (or 0x2E246B) is known color: Paris M. HEX triplet: 2E, 24 and 6B. RGB value is (46,36,107). Sum of RGB (Red+Green+Blue) = 46+36+107=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E246B is #D1DB94. Grayscale: #2E2E2E. Windows color (decimal): -13753237 or 7021614. OLE color: 7021614.

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

Color convert

RGB 46 36 107 -
CMYK 0.57 0.66 0 0.58
HSL 248.45º 0.5% 0.28% -
HSV(B) 248.45º 0.66% 0.42% -
XYZ 4.41 2.9 14.24 -
YUV 47.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 46 36 107 0.57 0.66 0 0.58 248.45 0.5 0.28
Hex 2E 24 6B 39 42 0 3A F8 32 1C
Octal 56 44 153 71 102 0 72 370 62 34
Binary 101110 100100 1101011 111001 1000010 0 111010 11111000 110010 11100

Color Harmonies of #2E246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E246B

Black with #2E246B

Text Example


Text Example

White with #2E246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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