Html Css Color HEX #342367 Paris M

📋 copy color: '#342367'

red 52 ◦ green 35 ◦ blue 103

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

Shades of Paris M #342367

Tints of Paris M #342367

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.42%

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

R = 27.37%
G = 18.42%
B = 54.21%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#342367 (or 0x342367) is known color: Paris M. HEX triplet: 34, 23 and 67. RGB value is (52,35,103). Sum of RGB (Red+Green+Blue) = 52+35+103=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #342367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342367 is #CBDC98. Grayscale: #2F2F2F. Windows color (decimal): -13360281 or 6759220. OLE color: 6759220.

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

Color convert

RGB 52 35 103 -
CMYK 0.50 0.66 0 0.60
HSL 255º 0.49% 0.27% -
HSV(B) 255º 0.66% 0.4% -
XYZ 4.47 2.91 13.16 -
YUV 47.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 52 35 103 0.50 0.66 0 0.60 255 0.49 0.27
Hex 34 23 67 32 42 0 3C FF 31 1B
Octal 64 43 147 62 102 0 74 377 61 33
Binary 110100 100011 1100111 110010 1000010 0 111100 11111111 110001 11011

Color Harmonies of #342367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342367

Black with #342367

Text Example


Text Example

White with #342367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342367; }

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

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

background-color css

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

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

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

border-color css

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

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

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