Html Css Color HEX #2C235C Paris M

📋 copy color: '#2C235C'

red 44 ◦ green 35 ◦ blue 92

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

Shades of Paris M #2C235C

Tints of Paris M #2C235C

RGB

 RED value IS 44 (17.58% from 255) = 25.73%

 GREEN value IS 35 (14.06% from 255) = 20.47%

 BLUE value IS 92 (36.33% from 255) = 53.8%

R = 25.73%
G = 20.47%
B = 53.8%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2C235C (or 0x2C235C) is known color: Paris M. HEX triplet: 2C, 23 and 5C. RGB value is (44,35,92). Sum of RGB (Red+Green+Blue) = 44+35+92=171 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.73% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #2C235C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C235C is #D3DCA3. Grayscale: #2B2B2B. Windows color (decimal): -13884580 or 6038316. OLE color: 6038316.

HSL color Cylindrical-coordinate representation of color #2C235C: hue angle of 249.47º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C235C is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 44 35 92 -
CMYK 0.52 0.62 0 0.64
HSL 249.47º 0.45% 0.25% -
HSV(B) 249.47º 0.62% 0.36% -
XYZ 3.57 2.51 10.42 -
YUV 44.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 44 35 92 0.52 0.62 0 0.64 249.47 0.45 0.25
Hex 2C 23 5C 34 3E 0 40 F9 2D 19
Octal 54 43 134 64 76 0 100 371 55 31
Binary 101100 100011 1011100 110100 111110 0 1000000 11111001 101101 11001

Color Harmonies of #2C235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C235C

Black with #2C235C

Text Example


Text Example

White with #2C235C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,35,92); }

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

background-color css

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

 a { background-color: rgb(44,35,92); }

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

border-color css

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

 span { border-color: rgb(44,35,92); }

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