Html Css Color HEX #342662 Paris M

📋 copy color: '#342662'

red 52 ◦ green 38 ◦ blue 98

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

Shades of Paris M #342662

Tints of Paris M #342662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 52.13%

R = 27.66%
G = 20.21%
B = 52.13%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#342662 (or 0x342662) is known color: Paris M. HEX triplet: 34, 26 and 62. RGB value is (52,38,98). Sum of RGB (Red+Green+Blue) = 52+38+98=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #342662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342662 is #CBD99D. Grayscale: #303030. Windows color (decimal): -13359518 or 6432308. OLE color: 6432308.

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

Color convert

RGB 52 38 98 -
CMYK 0.47 0.61 0 0.62
HSL 254º 0.44% 0.27% -
HSV(B) 254º 0.61% 0.38% -
XYZ 4.31 3 11.91 -
YUV 49.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 52 38 98 0.47 0.61 0 0.62 254 0.44 0.27
Hex 34 26 62 2F 3D 0 3E FE 2C 1B
Octal 64 46 142 57 75 0 76 376 54 33
Binary 110100 100110 1100010 101111 111101 0 111110 11111110 101100 11011

Color Harmonies of #342662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342662

Black with #342662

Text Example


Text Example

White with #342662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342662; }

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

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

background-color css

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

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

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

border-color css

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

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

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