Html Css Color HEX #342C67 Paris M

📋 copy color: '#342C67'

red 52 ◦ green 44 ◦ blue 103

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

Shades of Paris M #342C67

Tints of Paris M #342C67

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.11%

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

R = 26.13%
G = 22.11%
B = 51.76%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#342C67 (or 0x342C67) is known color: Paris M. HEX triplet: 34, 2C and 67. RGB value is (52,44,103). Sum of RGB (Red+Green+Blue) = 52+44+103=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #342C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C67 is #CBD398. Grayscale: #343434. Windows color (decimal): -13357977 or 6761524. OLE color: 6761524.

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

Color convert

RGB 52 44 103 -
CMYK 0.50 0.57 0 0.60
HSL 248.14º 0.4% 0.29% -
HSV(B) 248.14º 0.57% 0.4% -
XYZ 4.77 3.51 13.26 -
YUV 53.12 156.15 127.2 -
System Red Green Blue C M Y K H S L
Decimal 52 44 103 0.50 0.57 0 0.60 248.14 0.4 0.29
Hex 34 2C 67 32 39 0 3C F8 28 1D
Octal 64 54 147 62 71 0 74 370 50 35
Binary 110100 101100 1100111 110010 111001 0 111100 11111000 101000 11101

Color Harmonies of #342C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C67

Black with #342C67

Text Example


Text Example

White with #342C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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