Html Css Color HEX #342769 Paris M

📋 copy color: '#342769'

red 52 ◦ green 39 ◦ blue 105

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

Shades of Paris M #342769

Tints of Paris M #342769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.9%

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

R = 26.53%
G = 19.9%
B = 53.57%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#342769 (or 0x342769) is known color: Paris M. HEX triplet: 34, 27 and 69. RGB value is (52,39,105). Sum of RGB (Red+Green+Blue) = 52+39+105=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #342769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342769 is #CBD896. Grayscale: #323232. Windows color (decimal): -13359255 or 6891316. OLE color: 6891316.

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

Color convert

RGB 52 39 105 -
CMYK 0.50 0.63 0 0.59
HSL 251.82º 0.46% 0.28% -
HSV(B) 251.82º 0.63% 0.41% -
XYZ 4.69 3.2 13.74 -
YUV 50.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 52 39 105 0.50 0.63 0 0.59 251.82 0.46 0.28
Hex 34 27 69 32 3F 0 3B FC 2E 1C
Octal 64 47 151 62 77 0 73 374 56 34
Binary 110100 100111 1101001 110010 111111 0 111011 11111100 101110 11100

Color Harmonies of #342769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342769

Black with #342769

Text Example


Text Example

White with #342769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342769; }

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

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

background-color css

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

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

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

border-color css

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

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

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