Html Css Color HEX #342962 Paris M

📋 copy color: '#342962'

red 52 ◦ green 41 ◦ blue 98

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

Shades of Paris M #342962

Tints of Paris M #342962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

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

R = 27.23%
G = 21.47%
B = 51.31%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#342962 (or 0x342962) is known color: Paris M. HEX triplet: 34, 29 and 62. RGB value is (52,41,98). Sum of RGB (Red+Green+Blue) = 52+41+98=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #342962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342962 is #CBD69D. Grayscale: #323232. Windows color (decimal): -13358750 or 6433076. OLE color: 6433076.

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

Color convert

RGB 52 41 98 -
CMYK 0.47 0.58 0 0.62
HSL 251.58º 0.41% 0.27% -
HSV(B) 251.58º 0.58% 0.38% -
XYZ 4.41 3.2 11.94 -
YUV 50.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 52 41 98 0.47 0.58 0 0.62 251.58 0.41 0.27
Hex 34 29 62 2F 3A 0 3E FC 29 1B
Octal 64 51 142 57 72 0 76 374 51 33
Binary 110100 101001 1100010 101111 111010 0 111110 11111100 101001 11011

Color Harmonies of #342962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342962

Black with #342962

Text Example


Text Example

White with #342962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342962; }

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

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

background-color css

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

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

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

border-color css

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

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

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