Html Css Color HEX #342465 Paris M

📋 copy color: '#342465'

red 52 ◦ green 36 ◦ blue 101

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

Shades of Paris M #342465

Tints of Paris M #342465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.05%

 BLUE value IS 101 (39.84% from 255) = 53.44%

R = 27.51%
G = 19.05%
B = 53.44%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#342465 (or 0x342465) is known color: Paris M. HEX triplet: 34, 24 and 65. RGB value is (52,36,101). Sum of RGB (Red+Green+Blue) = 52+36+101=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #342465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342465 is #CBDB9A. Grayscale: #2F2F2F. Windows color (decimal): -13360027 or 6628404. OLE color: 6628404.

HSL color Cylindrical-coordinate representation of color #342465: hue angle of 254.77º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #342465 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 36 101 -
CMYK 0.49 0.64 0 0.60
HSL 254.77º 0.47% 0.27% -
HSV(B) 254.77º 0.64% 0.4% -
XYZ 4.4 2.93 12.65 -
YUV 48.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 52 36 101 0.49 0.64 0 0.60 254.77 0.47 0.27
Hex 34 24 65 31 40 0 3C FF 2F 1B
Octal 64 44 145 61 100 0 74 377 57 33
Binary 110100 100100 1100101 110001 1000000 0 111100 11111111 101111 11011

Color Harmonies of #342465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342465

Black with #342465

Text Example


Text Example

White with #342465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342465; }

 p { color: rgb(52,36,101); }

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

background-color css

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

 a { background-color: rgb(52,36,101); }

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

border-color css

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

 span { border-color: rgb(52,36,101); }

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