Html Css Color HEX #2C2470 Paris M

📋 copy color: '#2C2470'

red 44 ◦ green 36 ◦ blue 112

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

Shades of Paris M #2C2470

Tints of Paris M #2C2470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 58.33%

R = 22.92%
G = 18.75%
B = 58.33%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C2470 (or 0x2C2470) is known color: Paris M. HEX triplet: 2C, 24 and 70. RGB value is (44,36,112). Sum of RGB (Red+Green+Blue) = 44+36+112=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2470 is #D3DB8F. Grayscale: #2E2E2E. Windows color (decimal): -13884304 or 7349292. OLE color: 7349292.

HSL color Cylindrical-coordinate representation of color #2C2470: hue angle of 246.32º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C2470 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 36 112 -
CMYK 0.61 0.68 0 0.56
HSL 246.32º 0.51% 0.29% -
HSV(B) 246.32º 0.68% 0.44% -
XYZ 4.59 2.97 15.66 -
YUV 47.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 44 36 112 0.61 0.68 0 0.56 246.32 0.51 0.29
Hex 2C 24 70 3D 44 0 38 F6 33 1D
Octal 54 44 160 75 104 0 70 366 63 35
Binary 101100 100100 1110000 111101 1000100 0 111000 11110110 110011 11101

Color Harmonies of #2C2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2470

Black with #2C2470

Text Example


Text Example

White with #2C2470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,36,112); }

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

background-color css

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

 a { background-color: rgb(44,36,112); }

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

border-color css

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

 span { border-color: rgb(44,36,112); }

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