Html Css Color HEX #292369 Paris M

📋 copy color: '#292369'

red 41 ◦ green 35 ◦ blue 105

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

Shades of Paris M #292369

Tints of Paris M #292369

RGB

 RED value IS 41 (16.41% from 255) = 22.65%

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

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

R = 22.65%
G = 19.34%
B = 58.01%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#292369 (or 0x292369) is known color: Paris M. HEX triplet: 29, 23 and 69. RGB value is (41,35,105). Sum of RGB (Red+Green+Blue) = 41+35+105=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #292369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292369 is #D6DC96. Grayscale: #2C2C2C. Windows color (decimal): -14081175 or 6890281. OLE color: 6890281.

HSL color Cylindrical-coordinate representation of color #292369: hue angle of 245.14º 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 #292369 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 35 105 -
CMYK 0.61 0.67 0 0.59
HSL 245.14º 0.5% 0.27% -
HSV(B) 245.14º 0.67% 0.41% -
XYZ 4.07 2.69 13.67 -
YUV 44.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 41 35 105 0.61 0.67 0 0.59 245.14 0.5 0.27
Hex 29 23 69 3D 43 0 3B F5 32 1B
Octal 51 43 151 75 103 0 73 365 62 33
Binary 101001 100011 1101001 111101 1000011 0 111011 11110101 110010 11011

Color Harmonies of #292369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292369

Black with #292369

Text Example


Text Example

White with #292369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292369; }

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

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

background-color css

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

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

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

border-color css

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

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

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