Html Css Color HEX #342672 Paris M

📋 copy color: '#342672'

red 52 ◦ green 38 ◦ blue 114

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

Shades of Paris M #342672

Tints of Paris M #342672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.88%

R = 25.49%
G = 18.63%
B = 55.88%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#342672 (or 0x342672) is known color: Paris M. HEX triplet: 34, 26 and 72. RGB value is (52,38,114). Sum of RGB (Red+Green+Blue) = 52+38+114=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #342672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342672 is #CBD98D. Grayscale: #323232. Windows color (decimal): -13359502 or 7480884. OLE color: 7480884.

HSL color Cylindrical-coordinate representation of color #342672: hue angle of 251.05º 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 #342672 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 38 114 -
CMYK 0.54 0.67 0 0.55
HSL 251.05º 0.5% 0.3% -
HSV(B) 251.05º 0.67% 0.45% -
XYZ 5.15 3.33 16.29 -
YUV 50.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 52 38 114 0.54 0.67 0 0.55 251.05 0.5 0.3
Hex 34 26 72 36 43 0 37 FB 32 1E
Octal 64 46 162 66 103 0 67 373 62 36
Binary 110100 100110 1110010 110110 1000011 0 110111 11111011 110010 11110

Color Harmonies of #342672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342672

Black with #342672

Text Example


Text Example

White with #342672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342672; }

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

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

background-color css

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

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

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

border-color css

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

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

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