Html Css Color HEX #34295B Paris M

📋 copy color: '#34295B'

red 52 ◦ green 41 ◦ blue 91

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

Shades of Paris M #34295B

Tints of Paris M #34295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 49.46%

R = 28.26%
G = 22.28%
B = 49.46%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34295B (or 0x34295B) is known color: Paris M. HEX triplet: 34, 29 and 5B. RGB value is (52,41,91). Sum of RGB (Red+Green+Blue) = 52+41+91=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #34295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34295B is #CBD6A4. Grayscale: #313131. Windows color (decimal): -13358757 or 5974324. OLE color: 5974324.

HSL color Cylindrical-coordinate representation of color #34295B: hue angle of 253.2º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34295B is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 41 91 -
CMYK 0.43 0.55 0 0.64
HSL 253.2º 0.38% 0.26% -
HSV(B) 253.2º 0.55% 0.36% -
XYZ 4.1 3.07 10.27 -
YUV 49.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 52 41 91 0.43 0.55 0 0.64 253.2 0.38 0.26
Hex 34 29 5B 2B 37 0 40 FD 26 1A
Octal 64 51 133 53 67 0 100 375 46 32
Binary 110100 101001 1011011 101011 110111 0 1000000 11111101 100110 11010

Color Harmonies of #34295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34295B

Black with #34295B

Text Example


Text Example

White with #34295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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