Html Css Color HEX #34295D Paris M

📋 copy color: '#34295D'

red 52 ◦ green 41 ◦ blue 93

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

Shades of Paris M #34295D

Tints of Paris M #34295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50%

R = 27.96%
G = 22.04%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34295D (or 0x34295D) is known color: Paris M. HEX triplet: 34, 29 and 5D. RGB value is (52,41,93). Sum of RGB (Red+Green+Blue) = 52+41+93=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #34295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34295D is #CBD6A2. Grayscale: #323232. Windows color (decimal): -13358755 or 6105396. OLE color: 6105396.

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

Color convert

RGB 52 41 93 -
CMYK 0.44 0.56 0 0.64
HSL 252.69º 0.39% 0.26% -
HSV(B) 252.69º 0.56% 0.36% -
XYZ 4.18 3.11 10.73 -
YUV 50.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 52 41 93 0.44 0.56 0 0.64 252.69 0.39 0.26
Hex 34 29 5D 2C 38 0 40 FD 27 1A
Octal 64 51 135 54 70 0 100 375 47 32
Binary 110100 101001 1011101 101100 111000 0 1000000 11111101 100111 11010

Color Harmonies of #34295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34295D

Black with #34295D

Text Example


Text Example

White with #34295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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