Html Css Color HEX #34295E Paris M

📋 copy color: '#34295E'

red 52 ◦ green 41 ◦ blue 94

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

Shades of Paris M #34295E

Tints of Paris M #34295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 50.27%

R = 27.81%
G = 21.93%
B = 50.27%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#34295E (or 0x34295E) is known color: Paris M. HEX triplet: 34, 29 and 5E. RGB value is (52,41,94). Sum of RGB (Red+Green+Blue) = 52+41+94=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #34295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34295E is #CBD6A1. Grayscale: #323232. Windows color (decimal): -13358754 or 6170932. OLE color: 6170932.

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

Color convert

RGB 52 41 94 -
CMYK 0.45 0.56 0 0.63
HSL 252.45º 0.39% 0.26% -
HSV(B) 252.45º 0.56% 0.37% -
XYZ 4.23 3.12 10.97 -
YUV 50.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 52 41 94 0.45 0.56 0 0.63 252.45 0.39 0.26
Hex 34 29 5E 2D 38 0 3F FC 27 1A
Octal 64 51 136 55 70 0 77 374 47 32
Binary 110100 101001 1011110 101101 111000 0 111111 11111100 100111 11010

Color Harmonies of #34295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34295E

Black with #34295E

Text Example


Text Example

White with #34295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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