Html Css Color HEX #342670 Paris M

📋 copy color: '#342670'

red 52 ◦ green 38 ◦ blue 112

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

Shades of Paris M #342670

Tints of Paris M #342670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.81%

 BLUE value IS 112 (44.14% from 255) = 55.45%

R = 25.74%
G = 18.81%
B = 55.45%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#342670 (or 0x342670) is known color: Paris M. HEX triplet: 34, 26 and 70. RGB value is (52,38,112). Sum of RGB (Red+Green+Blue) = 52+38+112=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #342670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342670 is #CBD98F. Grayscale: #323232. Windows color (decimal): -13359504 or 7349812. OLE color: 7349812.

HSL color Cylindrical-coordinate representation of color #342670: hue angle of 251.35º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #342670 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 38 112 -
CMYK 0.54 0.66 0 0.56
HSL 251.35º 0.49% 0.29% -
HSV(B) 251.35º 0.66% 0.44% -
XYZ 5.03 3.29 15.7 -
YUV 50.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 52 38 112 0.54 0.66 0 0.56 251.35 0.49 0.29
Hex 34 26 70 36 42 0 38 FB 31 1D
Octal 64 46 160 66 102 0 70 373 61 35
Binary 110100 100110 1110000 110110 1000010 0 111000 11111011 110001 11101

Color Harmonies of #342670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342670

Black with #342670

Text Example


Text Example

White with #342670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342670; }

 p { color: rgb(52,38,112); }

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

background-color css

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

 a { background-color: rgb(52,38,112); }

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

border-color css

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

 span { border-color: rgb(52,38,112); }

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