Html Css Color HEX #342675 Paris M

📋 copy color: '#342675'

red 52 ◦ green 38 ◦ blue 117

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

Shades of Paris M #342675

Tints of Paris M #342675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.52%

R = 25.12%
G = 18.36%
B = 56.52%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#342675 (or 0x342675) is known color: Paris M. HEX triplet: 34, 26 and 75. RGB value is (52,38,117). Sum of RGB (Red+Green+Blue) = 52+38+117=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #342675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342675 is #CBD98A. Grayscale: #323232. Windows color (decimal): -13359499 or 7677492. OLE color: 7677492.

HSL color Cylindrical-coordinate representation of color #342675: hue angle of 250.63º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #342675 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 38 117 -
CMYK 0.56 0.68 0 0.54
HSL 250.63º 0.51% 0.3% -
HSV(B) 250.63º 0.68% 0.46% -
XYZ 5.32 3.4 17.21 -
YUV 51.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 52 38 117 0.56 0.68 0 0.54 250.63 0.51 0.3
Hex 34 26 75 38 44 0 36 FB 33 1E
Octal 64 46 165 70 104 0 66 373 63 36
Binary 110100 100110 1110101 111000 1000100 0 110110 11111011 110011 11110

Color Harmonies of #342675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342675

Black with #342675

Text Example


Text Example

White with #342675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342675; }

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

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

background-color css

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

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

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

border-color css

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

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

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