Html Css Color HEX #2C246C Paris M

📋 copy color: '#2C246C'

red 44 ◦ green 36 ◦ blue 108

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

Shades of Paris M #2C246C

Tints of Paris M #2C246C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 57.45%

R = 23.4%
G = 19.15%
B = 57.45%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2C246C (or 0x2C246C) is known color: Paris M. HEX triplet: 2C, 24 and 6C. RGB value is (44,36,108). Sum of RGB (Red+Green+Blue) = 44+36+108=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C246C is #D3DB93. Grayscale: #2E2E2E. Windows color (decimal): -13884308 or 7087148. OLE color: 7087148.

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

Color convert

RGB 44 36 108 -
CMYK 0.59 0.67 0 0.58
HSL 246.67º 0.5% 0.28% -
HSV(B) 246.67º 0.67% 0.42% -
XYZ 4.38 2.88 14.51 -
YUV 46.6 162.65 126.15 -
System Red Green Blue C M Y K H S L
Decimal 44 36 108 0.59 0.67 0 0.58 246.67 0.5 0.28
Hex 2C 24 6C 3B 43 0 3A F7 32 1C
Octal 54 44 154 73 103 0 72 367 62 34
Binary 101100 100100 1101100 111011 1000011 0 111010 11110111 110010 11100

Color Harmonies of #2C246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C246C

Black with #2C246C

Text Example


Text Example

White with #2C246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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