Html Css Color HEX #342767 Paris M

📋 copy color: '#342767'

red 52 ◦ green 39 ◦ blue 103

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

Shades of Paris M #342767

Tints of Paris M #342767

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.1%

 BLUE value IS 103 (40.63% from 255) = 53.09%

R = 26.8%
G = 20.1%
B = 53.09%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#342767 (or 0x342767) is known color: Paris M. HEX triplet: 34, 27 and 67. RGB value is (52,39,103). Sum of RGB (Red+Green+Blue) = 52+39+103=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #342767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342767 is #CBD898. Grayscale: #313131. Windows color (decimal): -13359257 or 6760244. OLE color: 6760244.

HSL color Cylindrical-coordinate representation of color #342767: hue angle of 252.19º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #342767 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 39 103 -
CMYK 0.50 0.62 0 0.60
HSL 252.19º 0.45% 0.28% -
HSV(B) 252.19º 0.62% 0.4% -
XYZ 4.59 3.16 13.2 -
YUV 50.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 52 39 103 0.50 0.62 0 0.60 252.19 0.45 0.28
Hex 34 27 67 32 3E 0 3C FC 2D 1C
Octal 64 47 147 62 76 0 74 374 55 34
Binary 110100 100111 1100111 110010 111110 0 111100 11111100 101101 11100

Color Harmonies of #342767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342767

Black with #342767

Text Example


Text Example

White with #342767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342767; }

 p { color: rgb(52,39,103); }

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

background-color css

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

 a { background-color: rgb(52,39,103); }

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

border-color css

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

 span { border-color: rgb(52,39,103); }

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