Html Css Color HEX #342569 Paris M

📋 copy color: '#342569'

red 52 ◦ green 37 ◦ blue 105

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

Shades of Paris M #342569

Tints of Paris M #342569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.07%

 BLUE value IS 105 (41.41% from 255) = 54.12%

R = 26.8%
G = 19.07%
B = 54.12%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#342569 (or 0x342569) is known color: Paris M. HEX triplet: 34, 25 and 69. RGB value is (52,37,105). Sum of RGB (Red+Green+Blue) = 52+37+105=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 105 (41.41% from 255 or 54.12% from 194); Max value from RGB is 105 - color contains mainly: blue. Hex color #342569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342569 is #CBDA96. Grayscale: #303030. Windows color (decimal): -13359767 or 6890804. OLE color: 6890804.

HSL color Cylindrical-coordinate representation of color #342569: hue angle of 253.24º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #342569 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 37 105 -
CMYK 0.50 0.65 0 0.59
HSL 253.24º 0.48% 0.28% -
HSV(B) 253.24º 0.65% 0.41% -
XYZ 4.63 3.07 13.71 -
YUV 49.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 52 37 105 0.50 0.65 0 0.59 253.24 0.48 0.28
Hex 34 25 69 32 41 0 3B FD 30 1C
Octal 64 45 151 62 101 0 73 375 60 34
Binary 110100 100101 1101001 110010 1000001 0 111011 11111101 110000 11100

Color Harmonies of #342569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342569

Black with #342569

Text Example


Text Example

White with #342569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342569; }

 p { color: rgb(52,37,105); }

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

background-color css

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

 a { background-color: rgb(52,37,105); }

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

border-color css

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

 span { border-color: rgb(52,37,105); }

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