Html Css Color HEX #2C2562 Paris M

📋 copy color: '#2C2562'

red 44 ◦ green 37 ◦ blue 98

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

Shades of Paris M #2C2562

Tints of Paris M #2C2562

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.67%

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

R = 24.58%
G = 20.67%
B = 54.75%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2C2562 (or 0x2C2562) is known color: Paris M. HEX triplet: 2C, 25 and 62. RGB value is (44,37,98). Sum of RGB (Red+Green+Blue) = 44+37+98=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #2C2562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2562 is #D3DA9D. Grayscale: #2D2D2D. Windows color (decimal): -13884062 or 6432044. OLE color: 6432044.

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

Color convert

RGB 44 37 98 -
CMYK 0.55 0.62 0 0.62
HSL 246.89º 0.45% 0.26% -
HSV(B) 246.89º 0.62% 0.38% -
XYZ 3.9 2.74 11.88 -
YUV 46.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 44 37 98 0.55 0.62 0 0.62 246.89 0.45 0.26
Hex 2C 25 62 37 3E 0 3E F7 2D 1A
Octal 54 45 142 67 76 0 76 367 55 32
Binary 101100 100101 1100010 110111 111110 0 111110 11110111 101101 11010

Color Harmonies of #2C2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2562

Black with #2C2562

Text Example


Text Example

White with #2C2562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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