Html Css Color HEX #2C2768 Paris M

📋 copy color: '#2C2768'

red 44 ◦ green 39 ◦ blue 104

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

Shades of Paris M #2C2768

Tints of Paris M #2C2768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.86%

 BLUE value IS 104 (41.02% from 255) = 55.61%

R = 23.53%
G = 20.86%
B = 55.61%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2C2768 (or 0x2C2768) is known color: Paris M. HEX triplet: 2C, 27 and 68. RGB value is (44,39,104). Sum of RGB (Red+Green+Blue) = 44+39+104=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C2768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2768 is #D3D897. Grayscale: #2F2F2F. Windows color (decimal): -13883544 or 6825772. OLE color: 6825772.

HSL color Cylindrical-coordinate representation of color #2C2768: hue angle of 244.62º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C2768 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 44 39 104 -
CMYK 0.58 0.62 0 0.59
HSL 244.62º 0.45% 0.28% -
HSV(B) 244.62º 0.63% 0.41% -
XYZ 4.26 2.99 13.45 -
YUV 47.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 44 39 104 0.58 0.62 0 0.59 244.62 0.45 0.28
Hex 2C 27 68 3A 3E 0 3B F5 2D 1C
Octal 54 47 150 72 76 0 73 365 55 34
Binary 101100 100111 1101000 111010 111110 0 111011 11110101 101101 11100

Color Harmonies of #2C2768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2768

Black with #2C2768

Text Example


Text Example

White with #2C2768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,39,104); }

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

background-color css

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

 a { background-color: rgb(44,39,104); }

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

border-color css

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

 span { border-color: rgb(44,39,104); }

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