Html Css Color HEX #342663 Paris M

📋 copy color: '#342663'

red 52 ◦ green 38 ◦ blue 99

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

Shades of Paris M #342663

Tints of Paris M #342663

RGB

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

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

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

R = 27.51%
G = 20.11%
B = 52.38%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#342663 (or 0x342663) is known color: Paris M. HEX triplet: 34, 26 and 63. RGB value is (52,38,99). Sum of RGB (Red+Green+Blue) = 52+38+99=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #342663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342663 is #CBD99C. Grayscale: #303030. Windows color (decimal): -13359517 or 6497844. OLE color: 6497844.

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

Color convert

RGB 52 38 99 -
CMYK 0.47 0.62 0 0.61
HSL 253.77º 0.45% 0.27% -
HSV(B) 253.77º 0.62% 0.39% -
XYZ 4.36 3.02 12.16 -
YUV 49.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 52 38 99 0.47 0.62 0 0.61 253.77 0.45 0.27
Hex 34 26 63 2F 3E 0 3D FE 2D 1B
Octal 64 46 143 57 76 0 75 376 55 33
Binary 110100 100110 1100011 101111 111110 0 111101 11111110 101101 11011

Color Harmonies of #342663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342663

Black with #342663

Text Example


Text Example

White with #342663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342663; }

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

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

background-color css

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

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

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

border-color css

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

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

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