Html Css Color HEX #34296A Paris M

📋 copy color: '#34296A'

red 52 ◦ green 41 ◦ blue 106

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

Shades of Paris M #34296A

Tints of Paris M #34296A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 53.27%

R = 26.13%
G = 20.6%
B = 53.27%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34296A (or 0x34296A) is known color: Paris M. HEX triplet: 34, 29 and 6A. RGB value is (52,41,106). Sum of RGB (Red+Green+Blue) = 52+41+106=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 106 (41.80% from 255 or 53.27% from 199); Max value from RGB is 106 - color contains mainly: blue. Hex color #34296A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34296A is #CBD695. Grayscale: #333333. Windows color (decimal): -13358742 or 6957364. OLE color: 6957364.

HSL color Cylindrical-coordinate representation of color #34296A: hue angle of 250.15º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34296A is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 41 106 -
CMYK 0.51 0.61 0 0.58
HSL 250.15º 0.44% 0.29% -
HSV(B) 250.15º 0.61% 0.42% -
XYZ 4.81 3.36 14.03 -
YUV 51.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 52 41 106 0.51 0.61 0 0.58 250.15 0.44 0.29
Hex 34 29 6A 33 3D 0 3A FA 2C 1D
Octal 64 51 152 63 75 0 72 372 54 35
Binary 110100 101001 1101010 110011 111101 0 111010 11111010 101100 11101

Color Harmonies of #34296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34296A

Black with #34296A

Text Example


Text Example

White with #34296A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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