Html Css Color HEX #342673 Paris M

📋 copy color: '#342673'

red 52 ◦ green 38 ◦ blue 115

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

Shades of Paris M #342673

Tints of Paris M #342673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.1%

R = 25.37%
G = 18.54%
B = 56.1%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#342673 (or 0x342673) is known color: Paris M. HEX triplet: 34, 26 and 73. RGB value is (52,38,115). Sum of RGB (Red+Green+Blue) = 52+38+115=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #342673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342673 is #CBD98C. Grayscale: #323232. Windows color (decimal): -13359501 or 7546420. OLE color: 7546420.

HSL color Cylindrical-coordinate representation of color #342673: hue angle of 250.91º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #342673 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 38 115 -
CMYK 0.55 0.67 0 0.55
HSL 250.91º 0.5% 0.3% -
HSV(B) 250.91º 0.67% 0.45% -
XYZ 5.2 3.35 16.59 -
YUV 50.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 52 38 115 0.55 0.67 0 0.55 250.91 0.5 0.3
Hex 34 26 73 37 43 0 37 FB 32 1E
Octal 64 46 163 67 103 0 67 373 62 36
Binary 110100 100110 1110011 110111 1000011 0 110111 11111011 110010 11110

Color Harmonies of #342673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342673

Black with #342673

Text Example


Text Example

White with #342673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342673; }

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

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

background-color css

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

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

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

border-color css

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

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

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