Html Css Color HEX #2C226E Paris M

📋 copy color: '#2C226E'

red 44 ◦ green 34 ◦ blue 110

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

Shades of Paris M #2C226E

Tints of Paris M #2C226E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 58.51%

R = 23.4%
G = 18.09%
B = 58.51%

CMYK

 C value IS 0.6

 M value IS 0.69

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2C226E (or 0x2C226E) is known color: Paris M. HEX triplet: 2C, 22 and 6E. RGB value is (44,34,110). Sum of RGB (Red+Green+Blue) = 44+34+110=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C226E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C226E is #D3DD91. Grayscale: #2D2D2D. Windows color (decimal): -13884818 or 7217708. OLE color: 7217708.

HSL color Cylindrical-coordinate representation of color #2C226E: hue angle of 247.89º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C226E is Cyan = 0.6, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 44 34 110 -
CMYK 0.6 0.69 0 0.57
HSL 247.89º 0.53% 0.28% -
HSV(B) 247.89º 0.69% 0.43% -
XYZ 4.43 2.81 15.06 -
YUV 45.65 164.31 126.82 -
System Red Green Blue C M Y K H S L
Decimal 44 34 110 0.6 0.69 0 0.57 247.89 0.53 0.28
Hex 2C 22 6E 3C 45 0 39 F8 35 1C
Octal 54 42 156 74 105 0 71 370 65 34
Binary 101100 100010 1101110 111100 1000101 0 111001 11111000 110101 11100

Color Harmonies of #2C226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C226E

Black with #2C226E

Text Example


Text Example

White with #2C226E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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