Html Css Color HEX #2C2369 Paris M

📋 copy color: '#2C2369'

red 44 ◦ green 35 ◦ blue 105

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

Shades of Paris M #2C2369

Tints of Paris M #2C2369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.02%

 BLUE value IS 105 (41.41% from 255) = 57.07%

R = 23.91%
G = 19.02%
B = 57.07%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2C2369 (or 0x2C2369) is known color: Paris M. HEX triplet: 2C, 23 and 69. RGB value is (44,35,105). Sum of RGB (Red+Green+Blue) = 44+35+105=184 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.91% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C2369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2369 is #D3DC96. Grayscale: #2D2D2D. Windows color (decimal): -13884567 or 6890284. OLE color: 6890284.

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

Color convert

RGB 44 35 105 -
CMYK 0.58 0.67 0 0.59
HSL 247.71º 0.5% 0.27% -
HSV(B) 247.71º 0.67% 0.41% -
XYZ 4.19 2.76 13.68 -
YUV 45.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 44 35 105 0.58 0.67 0 0.59 247.71 0.5 0.27
Hex 2C 23 69 3A 43 0 3B F8 32 1B
Octal 54 43 151 72 103 0 73 370 62 33
Binary 101100 100011 1101001 111010 1000011 0 111011 11111000 110010 11011

Color Harmonies of #2C2369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2369

Black with #2C2369

Text Example


Text Example

White with #2C2369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,35,105); }

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

background-color css

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

 a { background-color: rgb(44,35,105); }

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

border-color css

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

 span { border-color: rgb(44,35,105); }

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