Html Css Color HEX #342763 Paris M

📋 copy color: '#342763'

red 52 ◦ green 39 ◦ blue 99

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

Shades of Paris M #342763

Tints of Paris M #342763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.11%

R = 27.37%
G = 20.53%
B = 52.11%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#342763 (or 0x342763) is known color: Paris M. HEX triplet: 34, 27 and 63. RGB value is (52,39,99). Sum of RGB (Red+Green+Blue) = 52+39+99=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #342763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342763 is #CBD89C. Grayscale: #313131. Windows color (decimal): -13359261 or 6498100. OLE color: 6498100.

HSL color Cylindrical-coordinate representation of color #342763: hue angle of 253º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #342763 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 39 99 -
CMYK 0.47 0.61 0 0.61
HSL 253º 0.43% 0.27% -
HSV(B) 253º 0.61% 0.39% -
XYZ 4.39 3.08 12.17 -
YUV 49.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 52 39 99 0.47 0.61 0 0.61 253 0.43 0.27
Hex 34 27 63 2F 3D 0 3D FD 2B 1B
Octal 64 47 143 57 75 0 75 375 53 33
Binary 110100 100111 1100011 101111 111101 0 111101 11111101 101011 11011

Color Harmonies of #342763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342763

Black with #342763

Text Example


Text Example

White with #342763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342763; }

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

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

background-color css

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

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

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

border-color css

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

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

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