Html Css Color HEX #342467 Paris M

📋 copy color: '#342467'

red 52 ◦ green 36 ◦ blue 103

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

Shades of Paris M #342467

Tints of Paris M #342467

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.85%

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

R = 27.23%
G = 18.85%
B = 53.93%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#342467 (or 0x342467) is known color: Paris M. HEX triplet: 34, 24 and 67. RGB value is (52,36,103). Sum of RGB (Red+Green+Blue) = 52+36+103=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #342467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342467 is #CBDB98. Grayscale: #303030. Windows color (decimal): -13360025 or 6759476. OLE color: 6759476.

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

Color convert

RGB 52 36 103 -
CMYK 0.50 0.65 0 0.60
HSL 254.33º 0.48% 0.27% -
HSV(B) 254.33º 0.65% 0.4% -
XYZ 4.5 2.97 13.17 -
YUV 48.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 52 36 103 0.50 0.65 0 0.60 254.33 0.48 0.27
Hex 34 24 67 32 41 0 3C FE 30 1B
Octal 64 44 147 62 101 0 74 376 60 33
Binary 110100 100100 1100111 110010 1000001 0 111100 11111110 110000 11011

Color Harmonies of #342467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342467

Black with #342467

Text Example


Text Example

White with #342467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342467; }

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

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

background-color css

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

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

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

border-color css

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

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

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