Html Css Color HEX #34296F Paris M

📋 copy color: '#34296F'

red 52 ◦ green 41 ◦ blue 111

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

Shades of Paris M #34296F

Tints of Paris M #34296F

RGB

 RED value IS 52 (20.7% from 255) = 25.49%

 GREEN value IS 41 (16.41% from 255) = 20.1%

 BLUE value IS 111 (43.75% from 255) = 54.41%

R = 25.49%
G = 20.1%
B = 54.41%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#34296F (or 0x34296F) is known color: Paris M. HEX triplet: 34, 29 and 6F. RGB value is (52,41,111). Sum of RGB (Red+Green+Blue) = 52+41+111=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #34296F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34296F is #CBD690. Grayscale: #343434. Windows color (decimal): -13358737 or 7285044. OLE color: 7285044.

HSL color Cylindrical-coordinate representation of color #34296F: hue angle of 249.43º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34296F is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 41 111 -
CMYK 0.53 0.63 0 0.56
HSL 249.43º 0.46% 0.3% -
HSV(B) 249.43º 0.63% 0.44% -
XYZ 5.08 3.46 15.44 -
YUV 52.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 52 41 111 0.53 0.63 0 0.56 249.43 0.46 0.3
Hex 34 29 6F 35 3F 0 38 F9 2E 1E
Octal 64 51 157 65 77 0 70 371 56 36
Binary 110100 101001 1101111 110101 111111 0 111000 11111001 101110 11110

Color Harmonies of #34296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34296F

Black with #34296F

Text Example


Text Example

White with #34296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34296F; }

 p { color: rgb(52,41,111); }

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

background-color css

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

 a { background-color: rgb(52,41,111); }

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

border-color css

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

 span { border-color: rgb(52,41,111); }

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