Html Css Color HEX #34295A Paris M

📋 copy color: '#34295A'

red 52 ◦ green 41 ◦ blue 90

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

Shades of Paris M #34295A

Tints of Paris M #34295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 49.18%

R = 28.42%
G = 22.4%
B = 49.18%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34295A (or 0x34295A) is known color: Paris M. HEX triplet: 34, 29 and 5A. RGB value is (52,41,90). Sum of RGB (Red+Green+Blue) = 52+41+90=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #34295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34295A is #CBD6A5. Grayscale: #313131. Windows color (decimal): -13358758 or 5908788. OLE color: 5908788.

HSL color Cylindrical-coordinate representation of color #34295A: hue angle of 253.47º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34295A is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 41 90 -
CMYK 0.42 0.54 0 0.65
HSL 253.47º 0.37% 0.26% -
HSV(B) 253.47º 0.54% 0.35% -
XYZ 4.05 3.05 10.05 -
YUV 49.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 52 41 90 0.42 0.54 0 0.65 253.47 0.37 0.26
Hex 34 29 5A 2A 36 0 41 FD 25 1A
Octal 64 51 132 52 66 0 101 375 45 32
Binary 110100 101001 1011010 101010 110110 0 1000001 11111101 100101 11010

Color Harmonies of #34295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34295A

Black with #34295A

Text Example


Text Example

White with #34295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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