Html Css Color HEX #2C2270 Paris M

📋 copy color: '#2C2270'

red 44 ◦ green 34 ◦ blue 112

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

Shades of Paris M #2C2270

Tints of Paris M #2C2270

RGB

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

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

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

R = 23.16%
G = 17.89%
B = 58.95%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C2270 (or 0x2C2270) is known color: Paris M. HEX triplet: 2C, 22 and 70. RGB value is (44,34,112). Sum of RGB (Red+Green+Blue) = 44+34+112=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #2C2270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2270 is #D3DD8F. Grayscale: #2D2D2D. Windows color (decimal): -13884816 or 7348780. OLE color: 7348780.

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

Color convert

RGB 44 34 112 -
CMYK 0.61 0.70 0 0.56
HSL 247.69º 0.53% 0.29% -
HSV(B) 247.69º 0.7% 0.44% -
XYZ 4.54 2.85 15.64 -
YUV 45.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 44 34 112 0.61 0.70 0 0.56 247.69 0.53 0.29
Hex 2C 22 70 3D 46 0 38 F8 35 1D
Octal 54 42 160 75 106 0 70 370 65 35
Binary 101100 100010 1110000 111101 1000110 0 111000 11111000 110101 11101

Color Harmonies of #2C2270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2270

Black with #2C2270

Text Example


Text Example

White with #2C2270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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