Html Css Color HEX #2C246D Paris M

📋 copy color: '#2C246D'

red 44 ◦ green 36 ◦ blue 109

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

Shades of Paris M #2C246D

Tints of Paris M #2C246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 57.67%

R = 23.28%
G = 19.05%
B = 57.67%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2C246D (or 0x2C246D) is known color: Paris M. HEX triplet: 2C, 24 and 6D. RGB value is (44,36,109). Sum of RGB (Red+Green+Blue) = 44+36+109=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C246D is #D3DB92. Grayscale: #2E2E2E. Windows color (decimal): -13884307 or 7152684. OLE color: 7152684.

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

Color convert

RGB 44 36 109 -
CMYK 0.60 0.67 0 0.57
HSL 246.58º 0.5% 0.28% -
HSV(B) 246.58º 0.67% 0.43% -
XYZ 4.43 2.9 14.79 -
YUV 46.71 163.15 126.06 -
System Red Green Blue C M Y K H S L
Decimal 44 36 109 0.60 0.67 0 0.57 246.58 0.5 0.28
Hex 2C 24 6D 3C 43 0 39 F7 32 1C
Octal 54 44 155 74 103 0 71 367 62 34
Binary 101100 100100 1101101 111100 1000011 0 111001 11110111 110010 11100

Color Harmonies of #2C246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C246D

Black with #2C246D

Text Example


Text Example

White with #2C246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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