Html Css Color HEX #292263 Paris M

📋 copy color: '#292263'

red 41 ◦ green 34 ◦ blue 99

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

Shades of Paris M #292263

Tints of Paris M #292263

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.54%

 BLUE value IS 99 (39.06% from 255) = 56.9%

R = 23.56%
G = 19.54%
B = 56.9%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#292263 (or 0x292263) is known color: Paris M. HEX triplet: 29, 22 and 63. RGB value is (41,34,99). Sum of RGB (Red+Green+Blue) = 41+34+99=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #292263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292263 is #D6DD9C. Grayscale: #2B2B2B. Windows color (decimal): -14081437 or 6496809. OLE color: 6496809.

HSL color Cylindrical-coordinate representation of color #292263: hue angle of 246.46º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #292263 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 34 99 -
CMYK 0.59 0.66 0 0.61
HSL 246.46º 0.49% 0.26% -
HSV(B) 246.46º 0.66% 0.39% -
XYZ 3.74 2.52 12.09 -
YUV 43.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 41 34 99 0.59 0.66 0 0.61 246.46 0.49 0.26
Hex 29 22 63 3B 42 0 3D F6 31 1A
Octal 51 42 143 73 102 0 75 366 61 32
Binary 101001 100010 1100011 111011 1000010 0 111101 11110110 110001 11010

Color Harmonies of #292263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292263

Black with #292263

Text Example


Text Example

White with #292263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292263; }

 p { color: rgb(41,34,99); }

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

background-color css

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

 a { background-color: rgb(41,34,99); }

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

border-color css

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

 span { border-color: rgb(41,34,99); }

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