Html Css Color HEX #2C2262 Paris M

📋 copy color: '#2C2262'

red 44 ◦ green 34 ◦ blue 98

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

Shades of Paris M #2C2262

Tints of Paris M #2C2262

RGB

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

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

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

R = 25%
G = 19.32%
B = 55.68%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2C2262 (or 0x2C2262) is known color: Paris M. HEX triplet: 2C, 22 and 62. RGB value is (44,34,98). Sum of RGB (Red+Green+Blue) = 44+34+98=176 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #2C2262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2262 is #D3DD9D. Grayscale: #2C2C2C. Windows color (decimal): -13884830 or 6431276. OLE color: 6431276.

HSL color Cylindrical-coordinate representation of color #2C2262: hue angle of 249.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C2262 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 34 98 -
CMYK 0.55 0.65 0 0.62
HSL 249.38º 0.48% 0.26% -
HSV(B) 249.38º 0.65% 0.38% -
XYZ 3.82 2.56 11.85 -
YUV 44.29 158.31 127.8 -
System Red Green Blue C M Y K H S L
Decimal 44 34 98 0.55 0.65 0 0.62 249.38 0.48 0.26
Hex 2C 22 62 37 41 0 3E F9 30 1A
Octal 54 42 142 67 101 0 76 371 60 32
Binary 101100 100010 1100010 110111 1000001 0 111110 11111001 110000 11010

Color Harmonies of #2C2262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2262

Black with #2C2262

Text Example


Text Example

White with #2C2262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,34,98); }

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

background-color css

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

 a { background-color: rgb(44,34,98); }

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

border-color css

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

 span { border-color: rgb(44,34,98); }

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